diff options
Diffstat (limited to 'source/xap/gftp/gftp.SlackBuild')
-rwxr-xr-x | source/xap/gftp/gftp.SlackBuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/source/xap/gftp/gftp.SlackBuild b/source/xap/gftp/gftp.SlackBuild index 4ba914719..502aae21b 100755 --- a/source/xap/gftp/gftp.SlackBuild +++ b/source/xap/gftp/gftp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gftp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -95,15 +95,6 @@ make install DESTDIR=$PKG || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -# Put symlinks to the themable icons in place -mkdir -p $PKG/usr/share/icons/hicolor/{scalable,16x16,22x22,24x24,32x32,48x48}/apps -ln -s /usr/share/gftp/gftp-scalable.svg \ - $PKG/usr/share/icons/hicolor/scalable/apps/gftp.svg -for i in 16x16 22x22 24x24 32x32 48x48 ; do - ln -s /usr/share/gftp/gftp-${i}.png \ - $PKG/usr/share/icons/hicolor/${i}/apps/gftp.png -done - mkdir -p $PKG/usr/doc/gftp-$VERSION cp -a \ AUTHORS COPYING NEWS README README.html THANKS TODO docs/USERS-GUIDE \ @@ -119,4 +110,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $TMP/gftp-$VERSION-$ARCH-$BUILD.txz - |