wok diff ocsinventory/receipt @ rev 11340

seamonkey: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 26 11:04:18 2011 +0100 (2011-11-26)
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 Nov 26 11:04:18 2011 +0100
     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