From 234dea145511d4873b6d7dea414fb47eaeb50efe Mon Sep 17 00:00:00 2001 From: fsLeg Date: Sun, 22 May 2022 18:28:37 +0300 Subject: [PATCH] dart-sass: removed stripping of the binary --- dart-sass/dart-sass.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dart-sass/dart-sass.SlackBuild b/dart-sass/dart-sass.SlackBuild index 8b249fe..c737b47 100755 --- a/dart-sass/dart-sass.SlackBuild +++ b/dart-sass/dart-sass.SlackBuild @@ -61,9 +61,7 @@ find -L $PKG \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Strip binary -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +# Stripping the binary makes it not work # Copy program license into the package mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- 2.46.3