wok diff tazusb/receipt @ rev 10517

nethogs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 16:09:27 2011 +0200 (2011-05-25)
parents 34c54036fccc
children 73c4402a5123
line diff
     1.1 --- a/tazusb/receipt	Tue Mar 23 11:15:44 2010 +0100
     1.2 +++ b/tazusb/receipt	Wed May 25 16:09:27 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazusb"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz LiveUSB utility."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -22,8 +22,7 @@
    1.13  #
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/
    1.17 +	mkdir -p $fs
    1.18  	cp -a $_pkg/usr $fs
    1.19 -	cp -a $src/applications $fs/usr/share
    1.20  	chown -R root.root $fs
    1.21  }