wok diff tcl/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 e8768e5178a6
children 5f9ad8ee2c9a
line diff
     1.1 --- a/tcl/receipt	Sun Mar 20 19:43:39 2011 +0000
     1.2 +++ b/tcl/receipt	Mon May 09 15:38:20 2011 +0200
     1.3 @@ -30,6 +30,5 @@
     1.4  	cp -a $_pkg/usr/lib/tcl8* $fs/usr/lib
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/bin $fs/usr
     1.7 -	strip -s $fs/usr/bin/*
     1.8  	ln -sf tclsh8.5 $fs/usr/bin/tclsh
     1.9  }