wok diff firefox/receipt @ rev 11631

gnutls*: improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Feb 01 00:27:43 2012 +0100 (2012-02-01)
parents 66be26816f41
children 9771335d6c88
line diff
     1.1 --- a/firefox/receipt	Thu Nov 17 13:37:18 2011 +0000
     1.2 +++ b/firefox/receipt	Wed Feb 01 00:27:43 2012 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  	sed -i 's/^GENERATE_CACHE ?=.*/GENERATE_CACHE = true/' \
     1.5  		toolkit/mozapps/installer/packager.mk
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$DESTDIR install &&
    1.10  	cp -a xpcom/typelib $DESTDIR
    1.11  }