summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/iotop/iotop_0.2.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/iotop/iotop_0.2.1.bb b/packages/iotop/iotop_0.2.1.bb
index 9d4d93c443..5f85f59fe3 100644
--- a/packages/iotop/iotop_0.2.1.bb
+++ b/packages/iotop/iotop_0.2.1.bb
@@ -1,6 +1,6 @@
HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS = "python-distutils python-curses python-setuptools python-textutils"
@@ -8,7 +8,7 @@ SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
inherit distutils
-do_install_prepend() {
+do_install_append() {
rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.pyo
rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.py
}