summaryrefslogtreecommitdiffstats
path: root/source/xap/gftp/gftp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/gftp/gftp.SlackBuild')
-rwxr-xr-xsource/xap/gftp/gftp.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild
index cf670bbc1..280a2ce6d 100755
--- a/source/xap/gftp/gftp.SlackBuild
+++ b/source/xap/gftp/gftp.SlackBuild
@@ -92,6 +92,11 @@ CFLAGS="$SLKCFLAGS" \
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
+if [ ! -d $PKG/usr/share/pixmaps ]; then
+ mkdir -p $PKG/usr/share/pixmaps
+ cp -a $PKG/usr/share/gftp/gftp.png $PKG/usr/share/pixmaps
+fi
+
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null