diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template index 6fe85822412..8bce1ca8217 100644 --- a/srcpkgs/iotop/template +++ b/srcpkgs/iotop/template @@ -1,7 +1,7 @@ # Template file for 'iotop' pkgname=iotop version=0.6 -revision=2 +revision=3 noarch="yes" build_style=python-module makedepends="python" @@ -13,3 +13,7 @@ license="GPL-2" homepage="http://guichaz.free.fr/iotop" distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2" checksum=3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b + +post_install() { + mv ${DESTDIR}/usr/sbin ${DESTDIR}/usr/bin +}