diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-11-15 20:33:49 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-11-16 08:59:58 +0100 |
commit | 144debf9f0943eba5dc13a3884ada0003b2afb89 (patch) | |
tree | 91aab1bc73b8912e173c4c9f3dba8a13fe17474f /source | |
parent | 67f83c48acf436aa353557f62f3fc7d5ad47fe58 (diff) | |
download | current-144debf9f0943eba5dc13a3884ada0003b2afb89.tar.gz |
Mon Nov 15 20:33:49 UTC 202120211115203349
a/kernel-firmware-20211115_f5d5195-noarch-1.txz: Upgraded.
d/git-2.34.0-x86_64-1.txz: Upgraded.
xap/gftp-2.8.0b-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-91.3.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/91.3.1/releasenotes/
xfce/xfce4-whiskermenu-plugin-2.6.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/xap/gftp/gftp.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild index cf670bbc..280a2ce6 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 |