wok diff owfs/receipt @ rev 14129

esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 10:12:51 2013 +0000 (2013-02-28)
parents ab72a4d08ed3
children 600aaedb561d
line diff
     1.1 --- a/owfs/receipt	Fri Nov 04 11:10:38 2011 +0100
     1.2 +++ b/owfs/receipt	Thu Feb 28 10:12:51 2013 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --bindir=/usr/bin &&
     1.8 +	./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }