wok diff iw/receipt @ rev 13473

Up: sysstat (10.0.5)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 09 16:11:07 2012 +0200 (2012-10-09)
parents 8bf6137ae969
children de49f29b101e
line diff
     1.1 --- a/iw/receipt	Thu May 19 01:16:49 2011 +0200
     1.2 +++ b/iw/receipt	Tue Oct 09 16:11:07 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iw"
     1.7 -VERSION="0.9.22"
     1.8 +VERSION="3.6"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Wireless configuration tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -25,5 +25,5 @@
    1.13  genpkg_rules()
    1.14  {	
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $_pkg/usr/sbin $fs/usr
    1.17 +	cp -a $install/usr/sbin $fs/usr
    1.18  }