wok-next rev 10065
wipe: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:10:29 2011 +0000 (2011-05-20) |
parents | 1a6375a82057 |
children | 3008f9f44cb0 |
files | wipe/receipt |
line diff
1.1 --- a/wipe/receipt Fri May 20 05:06:22 2011 +0000 1.2 +++ b/wipe/receipt Fri May 20 05:10:29 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 1.5 compile_rules() { 1.6 cd $src 1.7 - ./configure --prefix=/usr && 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.9 make && 1.10 make prefix=$PWD/_pkg/usr install 1.11 }