wok diff bash/receipt @ rev 10321

enlightenment-pam: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:06:20 2011 +0000 (2011-05-22)
parents a1644dbcf632
children 704c6dd3e3ab
line diff
     1.1 --- a/bash/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/bash/receipt	Sun May 22 00:06:20 2011 +0000
     1.3 @@ -27,7 +27,8 @@
     1.4  	./configure --bindir=/bin \
     1.5  		--enable-history --enable-alias  \
     1.6  		--disable-nls --without-bash-malloc \
     1.7 -		--disable-help-builtin --with-installed-readline &&
     1.8 +		--disable-help-builtin --with-installed-readline \ 
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	# Bash doesn't care about DESTDIR in environnment variable.
    1.12  	make DESTDIR=$DESTDIR install