wok-current diff pam_ldap/receipt @ rev 13571
lxde: Add local root variable to post_install and post_remove scripts so tazpkg --root will work with it.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 04 09:14:01 2012 +0000 (2012-11-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 Sun Nov 04 09:14:01 2012 +0000 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