wok-current diff thunderbird/receipt @ rev 11661

syslinux: help.en (tiny edits)
author Paul Issott <paul@slitaz.org>
date Sun Feb 12 21:27:40 2012 +0000 (2012-02-12)
parents 2e7e32a3fa65
children 74f603c507d4
line diff
     1.1 --- a/thunderbird/receipt	Fri Apr 29 01:18:34 2011 +0000
     1.2 +++ b/thunderbird/receipt	Sun Feb 12 21:27:40 2012 +0000
     1.3 @@ -36,7 +36,7 @@
     1.4  	echo "mk_ad_options MOZ_CO_LOCALES=\"$LANG\"" >> $src/.mozconfig
     1.5  	# for a quick build
     1.6  	echo "# build quicker" >> $src/.mozconfig
     1.7 -	echo 'mk_add_options MOZ_MAKE_FLAGS="-j4"' >> $src/.mozconfig
     1.8 +	echo 'mk_add_options MOZ_MAKE_FLAGS="$MAKEFLAGS"' >> $src/.mozconfig
     1.9  	# build
    1.10  	cd $src
    1.11  	./configure $CONFIGURE_ARGS &&