diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-08-11 08:27:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:20 +0700 |
commit | 16fc91022f4998a16f3d355234ae326214a15054 (patch) | |
tree | 5d424b51b09c8ada18090bf568986260099f0503 /audio | |
parent | 6a19cff1701831d17866d93095da37ba6e36d3d8 (diff) | |
download | slackbuilds-16fc91022f4998a16f3d355234ae326214a15054.tar.gz |
audio/pogo: Update MAN location.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-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 |