wok diff wireless_tools/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 35ec83c60e58
children 2a21689b0af7
line diff
     1.1 --- a/wireless_tools/receipt	Wed Feb 24 12:36:38 2010 +0000
     1.2 +++ b/wireless_tools/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -15,9 +15,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=${PACKAGE}.${VERSION}
     1.8 -	# fix perms
     1.9 -	chown -R root.root $src
    1.10  	cd $src
    1.11  	make PREFIX=$PWD/_pkg/usr
    1.12  	make PREFIX=$PWD/_pkg/usr install
    1.13 @@ -26,8 +23,6 @@
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	_pkg=$WOK/$PACKAGE/${PACKAGE}.${VERSION}/_pkg
    1.18 -	
    1.19  	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/applications
    1.20  	cp -a $_pkg/usr/sbin $fs/usr
    1.21  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib