wok diff ocsinventory/receipt @ rev 12215

syslinux/md5sum.c32: add a status line
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 03 13:12:44 2012 +0200 (2012-04-03)
parents 93d0091756cf
children 08f6d46359cd
line diff
     1.1 --- a/ocsinventory/receipt	Fri Feb 04 17:06:43 2011 +0100
     1.2 +++ b/ocsinventory/receipt	Tue Apr 03 13:12:44 2012 +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