wok diff pmail/receipt @ rev 12039

Up: tazlito (4.4) - Better russian dolls support and fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 07 13:55:33 2012 +0100 (2012-03-07)
parents fdf3bc4dff95
children 51a1ebbda768
line diff
     1.1 --- a/pmail/receipt	Sat Feb 28 08:54:40 2009 +0000
     1.2 +++ b/pmail/receipt	Wed Mar 07 13:55:33 2012 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  	mkdir -p _pkg/usr/bin _pkg/usr/man/man1
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 1 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11