wok-next diff firefox/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents 66be26816f41
children 9771335d6c88
line diff
     1.1 --- a/firefox/receipt	Thu Nov 17 13:37:18 2011 +0000
     1.2 +++ b/firefox/receipt	Mon Jan 02 23:06:18 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  }