diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-27 21:07:32 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-29 17:17:38 -0500 |
commit | c64e687180d10127f3ed5e7638d98e228eba639a (patch) | |
tree | 0be7ae84bc07da983f26952d5b64225cffcff698 /audio/rumor | |
parent | 7db9400097496f55202a8c8202d25990aede2cf3 (diff) | |
download | slackbuilds-c64e687180d10127f3ed5e7638d98e228eba639a.tar.gz |
audio/rumor: Fixed (Handle info file correctly)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/rumor')
-rw-r--r-- | audio/rumor/rumor.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/rumor/rumor.SlackBuild b/audio/rumor/rumor.SlackBuild index 005a597b3e..1a8c51d62f 100644 --- a/audio/rumor/rumor.SlackBuild +++ b/audio/rumor/rumor.SlackBuild @@ -4,7 +4,7 @@ PRGNAM=rumor VERSION=${VERSION:-1.0.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -57,6 +57,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --infodir=/usr/info \ --disable-debug \ --build=$ARCH-slackware-linux @@ -67,8 +68,8 @@ make install DESTDIR=$PKG 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 -# no man page, compress info page. -find $PKG/usr/share/info/ -type f -exec gzip -9 {} \; +rm -f $PKG/usr/info/dir +gzip -9 $PKG/usr/info/*.info* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ |