mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/pd: Compress man pages.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
64167b96f3
commit
b2240cae5e
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ cp $TMP/${PRGNAM}_48-3.xpm $PKG/usr/share/$PRGNAM
|
|||
cp -p $TMP/$PRGNAM-$SRCVERSION/src/*.h $PKG/usr/include/
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a INSTALL.txt README.txt LICENSE.txt src/CHANGELOG.txt \
|
||||
|
|
Loading…
Reference in a new issue