diff options
-rw-r--r-- | network/vimb/vimb.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/vimb/vimb.SlackBuild b/network/vimb/vimb.SlackBuild index 0704914e3b..6ae45d0e21 100644 --- a/network/vimb/vimb.SlackBuild +++ b/network/vimb/vimb.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=vimb VERSION=${VERSION:-3.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ 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 PREFIX=/usr DESTDIR=$PKG MANPREFIX=$PKG/usr/man LIBDIR=$PKG/usr/lib${LIBDIRSUFFIX} install +make PREFIX=/usr DESTDIR="$PKG" MANPREFIX=$PKG/usr/man DEXTENSIONDIR=$PKG/usr/lib/vimb install 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 |