wok diff p7zip-full/receipt @ rev 9730

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (2011-05-09)
parents f018daea012c
children 5b198b5bc329
line diff
     1.1 --- a/p7zip-full/receipt	Wed Mar 30 20:42:02 2011 +0200
     1.2 +++ b/p7zip-full/receipt	Mon May 09 15:38:20 2011 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	make all3
     1.7 -	make DEST_HOME=$PWD/_pkg/usr install
     1.8 +	make DEST_HOME=$DESTDIR/usr install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12 @@ -26,8 +26,7 @@
    1.13  	cp -a $_pkg/usr/lib $fs/usr
    1.14  	
    1.15  	# Fix pathname in 7z scripts
    1.16 -	sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z 
    1.17 -	sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7za
    1.18 -	sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7zr
    1.19 +	sed -i -e "s#.*$_pkg#\"#" $fs/usr/bin/7z \
    1.20 +		$fs/usr/bin/7za $fs/usr/bin/7zr
    1.21  }
    1.22