wok diff iotop/receipt @ rev 18399
open-vm-tools: fix depmod call
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 03:27:30 2015 +0000 (2015-09-19) |
parents | e89a1f734312 |
children | 5e6810e4a860 |
line diff
1.1 --- a/iotop/receipt Sat Aug 23 13:15:02 2014 +0200 1.2 +++ b/iotop/receipt Sat Sep 19 03:27:30 2015 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="" 1.5 WEB_SITE="http://guichaz.free.fr/iotop" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WGET_URL="$WEB_SITE/files/$TARBALL" 1.8 +WGET_URL="$WEB_SITE/files/$TARBALL" 1.9 1.10 DEPENDS="python" 1.11 BUILD_DEPENDS="python" 1.12 @@ -24,6 +24,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $install/usr/sbin $fs/usr 1.17 - cp -a $install/usr/lib $fs/usr 1.18 + cp -a $install/usr/sbin $fs/usr 1.19 + cp -a $install/usr/lib $fs/usr 1.20 }