summaryrefslogtreecommitdiffstats
path: root/audio/pasystray
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pasystray')
-rw-r--r--audio/pasystray/pasystray.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/pasystray/pasystray.SlackBuild b/audio/pasystray/pasystray.SlackBuild
index a727392258..603c257386 100644
--- a/audio/pasystray/pasystray.SlackBuild
+++ b/audio/pasystray/pasystray.SlackBuild
@@ -83,12 +83,15 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--disable-static \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --mandir=/usr/man \
--build=$ARCH-slackware-linux
make clean
make
make install-strip DESTDIR=$PKG
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS LICENSE README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild