wok rev 10051

at: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 04:06:30 2011 +0000 (2011-05-20)
parents 6769a12a49d6
children 1d5ac570e618
files at/receipt
line diff
     1.1 --- a/at/receipt	Fri May 20 04:02:12 2011 +0000
     1.2 +++ b/at/receipt	Fri May 20 04:06:30 2011 +0000
     1.3 @@ -18,7 +18,8 @@
     1.4  	./configure --with-daemon_username=nobody \
     1.5  	--with-daemon_groupname=nogroup \
     1.6  	--with-atspool=/var/spool/atd \
     1.7 -	--with-jobdir=/var/spool/atd &&
     1.8 +	--with-jobdir=/var/spool/atd \
     1.9 +	$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make IROOT=$DESTDIR install
    1.12  }