wok diff ufr2/receipt @ rev 12809

Up: midori (0.4.6) security fix (must be up in stable but need last vala, someone to cook on stable before commit ?)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 15:20:09 2012 +0200 (2012-05-19)
parents cd3b8f4f8405
children 9b6bb1d6033f
line diff
     1.1 --- a/ufr2/receipt	Fri May 27 21:15:10 2011 +0200
     1.2 +++ b/ufr2/receipt	Sat May 19 15:20:09 2012 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  		--disable-static \
     1.5  		--program-suffix="" \
     1.6  		--program-prefix="" &&  
     1.7 -    make -j 4 &&
     1.8 +    make $MAKEFLAGS &&
     1.9      make DESTDIR=$DESTDIR install 
    1.10      
    1.11      cd $src/cndrvcups-lb-$VERSION/pstoufr2cpca     
    1.12 @@ -39,7 +39,7 @@
    1.13  		--libdir=/usr/lib \
    1.14  		--program-suffix="" \
    1.15  		--program-prefix="" &&  
    1.16 -	make -j 4 &&
    1.17 +	make $MAKEFLAGS &&
    1.18  	make DESTDIR=$DESTDIR install 	
    1.19  }
    1.20