wok rev 11902

pmail: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 29 20:11:00 2012 +0100 (2012-02-29)
parents 3c8ac4fce2c9
children 48632a81f59c
files pmail/receipt
line diff
     1.1 --- a/pmail/receipt	Wed Feb 29 18:51:21 2012 +0100
     1.2 +++ b/pmail/receipt	Wed Feb 29 20:11:00 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