]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Cleanup
authorfsLeg <fsleg@t-rg.ws>
Wed, 1 Jan 2025 19:45:44 +0000 (22:45 +0300)
committerfsLeg <fsleg@t-rg.ws>
Wed, 1 Jan 2025 19:45:44 +0000 (22:45 +0300)
dart-sass/dart-sass.SlackBuild
dumptorrent/dumptorrent.SlackBuild

index d7760515a9c96e52eeb3e18f832ac192a3446565..1963b7cef8ed80d490dd820443fe434c850a78bd 100644 (file)
@@ -78,7 +78,6 @@ cd $TMP
 
 tar xvf $CWD/$PRGNAM-$VERSION-linux-$ARCHID.tar.gz
 cd $PRGNAM
-#mkdir -p $PKG/usr/bin $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM
 sed -i "s/\/src\//\/..\/lib$LIBDIRSUFFIX\/$PRGNAM\//g" sass
 install -D -t $PKG/usr/bin/ sass
 install -D -t $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM/ src/dart src/sass.snapshot
index 8ceecf3f11574b8e5e25de0c8e1a751311e245f9..2460e73c06990fd50d4329effa9b4d495eacc200 100644 (file)
@@ -75,13 +75,13 @@ find -L . \
  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
 
-make dumptorrent CFLAGS="${SLKCFLAGS}"
+make dumptorrent CFLAGS="$SLKCFLAGS"
 
 # There's no 'install' target and no documentation, so we just copy the binary
 # to a correct location and package it.
 
-mkdir -p ${PKG}/usr/bin
-install -Dm755 ./dumptorrent ${PKG}/usr/bin/
+mkdir -p $PKG/usr/bin
+install -Dm755 ./dumptorrent $PKG/usr/bin/
 
 # Strip binaries
 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \