wok diff pam_ldap/receipt @ rev 13425
ipxe: update #!pxe script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 04 10:43:24 2012 +0200 (2012-10-04) |
parents | 748571122c2d |
children | 51a1ebbda768 |
line diff
1.1 --- a/pam_ldap/receipt Wed May 25 21:33:08 2011 +0200 1.2 +++ b/pam_ldap/receipt Thu Oct 04 10:43:24 2012 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 ./vers_string -v 1.5 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.6 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make $MAKEFLAGS && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11