mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
195cc7cd7e
commit
f316bb7bdc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue