]> git.t-rg.ws Git - slackbuilds.git/commitdiff
dart-sass: removed stripping of the binary
authorfsLeg <fsleg@t-rg.ws>
Sun, 22 May 2022 15:28:37 +0000 (18:28 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sun, 22 May 2022 15:28:37 +0000 (18:28 +0300)
dart-sass/dart-sass.SlackBuild

index 8b249fee6e0f6056bb2fc1c77c95c6047edc4b19..c737b47fd84127b2b7b1b720fd636714afd05461 100755 (executable)
@@ -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