wok diff joe/receipt @ rev 12859

dahdi-linux, iptables, linmodem*, ndiswrapper-driver, nvidia-173xx, v4l-dvb: fix EXTRAVERSION for 3.x kernels
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 24 19:11:41 2012 +0200 (2012-05-24)
parents 7fd6a3651947
children 36a438c097dc
line diff
     1.1 --- a/joe/receipt	Fri May 13 13:32:39 2011 +0200
     1.2 +++ b/joe/receipt	Thu May 24 19:11:41 2012 +0200
     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