wok-stable rev 10089
grep: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 07:13:30 2011 +0000 (2011-05-20) |
parents | 5e3fcc370847 |
children | e92ede07eddc |
files | grep/receipt |
line diff
1.1 --- a/grep/receipt Fri May 20 07:11:17 2011 +0000 1.2 +++ b/grep/receipt Fri May 20 07:13:30 2011 +0000 1.3 @@ -13,7 +13,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure && make && make install 1.8 + ./configure $CONFIGURE_ARGS && 1.9 + make && make install 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.