wok-next diff ocsinventory/receipt @ rev 11683
Up: aaphoto to 0.41.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:40:25 2012 -0500 (2012-02-18) |
parents | 93d0091756cf |
children | 08f6d46359cd |
line diff
1.1 --- a/ocsinventory/receipt Fri Feb 04 17:06:43 2011 +0100 1.2 +++ b/ocsinventory/receipt Sat Feb 18 08:40:25 2012 -0500 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