]> git.t-rg.ws Git - slackbuilds.git/commitdiff
dart-sass: removed unnecessary stripping
authorfsLeg <fsleg@t-rg.ws>
Sat, 7 Jun 2025 16:32:12 +0000 (19:32 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 7 Jun 2025 16:32:12 +0000 (19:32 +0300)
dart-sass/dart-sass.SlackBuild

index 0f05246d5bdd4858e279b099776cec508306dd8a..550ca2e226bfe8774aa9b94f03e05f19d0579320 100644 (file)
@@ -98,9 +98,6 @@ EOF
 chmod +x $PKG/usr/bin/sass
 install -D -t $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/ build/sass.snapshot-$ARCH
 
-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
-
 # Copy program license into the package
 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
 cp -a README.md AUTHORS CHANGELOG.md CONTRIBUTING.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION/