wok-6.x diff ocsinventory/receipt @ rev 9854
tint2: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 12:24:37 2011 +0200 (2011-05-16) |
parents | 93d0091756cf |
children | 08f6d46359cd |
line diff
1.1 --- a/ocsinventory/receipt Fri Feb 04 17:06:43 2011 +0100 1.2 +++ b/ocsinventory/receipt Mon May 16 12:24:37 2011 +0200 1.3 @@ -18,7 +18,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - mv ${SOURCE}_${VERSION} $src 2> /dev/null 1.8 cd $src/Apache 1.9 perl Makefile.PL && 1.10 make && 1.11 @@ -27,12 +26,6 @@ 1.12 1.13 genpkg_rules() { 1.14 mkdir $fs/usr 1.15 - 1.16 -# cd $WOK 1.17 - for i in $DEPENDS 1.18 - do 1.19 - tazwok cook $i 1.20 - done 1.21 } 1.22 1.23