iotop: fix manpage permissions.

This commit is contained in:
Enno Boland 2015-10-24 11:17:24 +02:00
parent f45746714d
commit 18f523cc35

View file

@ -1,7 +1,7 @@
# Template file for 'iotop' # Template file for 'iotop'
pkgname=iotop pkgname=iotop
version=0.6 version=0.6
revision=3 revision=4
noarch="yes" noarch="yes"
build_style=python-module build_style=python-module
makedepends="python" makedepends="python"
@ -16,4 +16,5 @@ checksum=3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b
post_install() { post_install() {
mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin
chmod 644 ${DESTDIR}/usr/share/man/man8/iotop.8
} }