forked from ports/contrib
iotop: fix manpage permissions
This commit is contained in:
parent
98bc41b6af
commit
019f2bf5a6
@ -21,6 +21,6 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/iotop/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/iotop/vmstat.pyc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r----- root/root usr/man/man8/iotop.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iotop.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/iotop
|
||||
|
@ -12,6 +12,7 @@ source=(http://guichaz.free.fr/$name/files/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
chmod ag+r iotop.8
|
||||
sed -i 's|share/man/man8|man/man8|' setup.py
|
||||
python setup.py install --root=$PKG --prefix=/usr
|
||||
rm -r $PKG/usr/lib/python*/site-packages/iotop-*.egg-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user