wok diff subversion/receipt @ rev 10861

Up: cookutils (1.4) - Bunch of fixes and small improvments - ready for RC
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 18 22:45:15 2011 +0200 (2011-06-18)
parents 3271c62b0206
children 87c89357854b
line diff
     1.1 --- a/subversion/receipt	Wed May 11 21:16:24 2011 +0200
     1.2 +++ b/subversion/receipt	Sat Jun 18 22:45:15 2011 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr &&
     1.8 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.9  	make -j1 &&
    1.10  	make -j1 DESTDIR=$DESTDIR install
    1.11  }