Merge pull request #1724 from thypon/iotopbin

iotop: move to usr/bin.
This commit is contained in:
Juan RP 2015-06-02 18:42:23 +02:00
commit 02d10efac7

View file

@ -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
}