audio/quodlibet: Fix man page permissions.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-10-08 07:52:56 +09:00 committed by Willy Sudiarto Raharjo
parent 195cc7cd7e
commit f316bb7bdc
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -78,6 +78,7 @@ chown -R root:root .
python3 setup.py install --root=$PKG
find $PKG/usr/share/man -type f -exec chmod 0644 {} \;
mv $PKG/usr/share/man $PKG/usr
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