aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-12 02:45:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-12 02:45:40 +0700
commite32df5d8a00ae7bd4090a144218f8c22c01b9f9f (patch)
tree75814990494db600298eeb7f8935097f7a2dfb68
parentbd3102448ca00c91c5d4c379f66bbbd1088c0ffa (diff)
network/syncthingtray-bin: Fix strip code.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/syncthingtray-bin/syncthingtray-bin.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild
index 09b748d493..7cab246622 100644
--- a/network/syncthingtray-bin/syncthingtray-bin.SlackBuild
+++ b/network/syncthingtray-bin/syncthingtray-bin.SlackBuild
@@ -69,15 +69,15 @@ 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 {} +
-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
-
mkdir -p $PKG/opt/$SRCNAM
cp $SRCNAM-$VERSION-$ARCH-pc-linux-gnu $PKG/opt/$SRCNAM/$SRCNAM-$VERSION-$ARCH-pc-linux-gnu
mkdir -p $PKG/usr/bin
ln -sf ../../opt/$SRCNAM/$SRCNAM-$VERSION-$ARCH-pc-linux-gnu $PKG/usr/bin/$SRCNAM-$ARCH-pc-linux-gnu
+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
+
mkdir -p $PKG/usr/share/icons/hicolor/256x256/apps
cp $CWD/$SRCNAM.png $PKG/usr/share/icons/hicolor/256x256/apps