From: fsLeg Date: Sun, 22 May 2022 15:28:37 +0000 (+0300) Subject: dart-sass: removed stripping of the binary X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=234dea145511d4873b6d7dea414fb47eaeb50efe;p=slackbuilds.git dart-sass: removed stripping of the binary --- 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