wok-6.x rev 10978
joe: Compile with $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:52:08 2011 +0000 (2011-10-12) |
parents | 040e7d162b1d |
children | 250e45d813dc |
files | joe/receipt |
line diff
1.1 --- a/joe/receipt Wed Oct 12 12:50:13 2011 +0000 1.2 +++ b/joe/receipt Wed Oct 12 12:52:08 2011 +0000 1.3 @@ -16,7 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --sysconfdir=/etc && 1.8 + ./configure --sysconfdir=/etc \ 1.9 + $CONFIGURE_ARGS && 1.10 make && make install 1.11 } 1.12