From 16fc91022f4998a16f3d355234ae326214a15054 Mon Sep 17 00:00:00 2001 From: "Edinaldo P. Silva" Date: Tue, 11 Aug 2015 08:27:56 +0700 Subject: audio/pogo: Update MAN location. Signed-off-by: Willy Sudiarto Raharjo --- audio/pogo/pogo.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/pogo') diff --git a/audio/pogo/pogo.SlackBuild b/audio/pogo/pogo.SlackBuild index de19243b9c95..c1d9214df104 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 -- cgit v1.2.3