wok diff mana/receipt @ rev 11573

Fix build/host configure option in recipes which was not detecting the right ones well + tiny fixes.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 02 23:06:18 2012 +0100 (2012-01-02)
parents ea3283ffaffe
children 3765f181a6d5
line diff
     1.1 --- a/mana/receipt	Thu Nov 03 23:48:05 2011 +0100
     1.2 +++ b/mana/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --without-opengl &&
     1.8 +	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }