wok diff iotop/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents e89a1f734312
children 5e6810e4a860
line diff
     1.1 --- a/iotop/receipt	Sat Aug 23 13:15:02 2014 +0200
     1.2 +++ b/iotop/receipt	Sun Feb 14 22:06:06 2016 +0100
     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  }