diff options
Diffstat (limited to 'audio/pogo')
-rw-r--r-- | audio/pogo/pogo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pogo/pogo.SlackBuild b/audio/pogo/pogo.SlackBuild index de19243b9c..c1d9214df1 100644 --- a/audio/pogo/pogo.SlackBuild +++ b/audio/pogo/pogo.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pogo VERSION=${VERSION:-0.8.4} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} 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 install DESTDIR=$PKG MANDIR=$PKG/usr/man +make install DESTDIR=$PKG MANDIR=$PKG/usr/man/man1 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 |