wok diff libgnome/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 a7acdc68e38c
children 32c9fe64bb7f
line diff
     1.1 --- a/libgnome/receipt	Sun Dec 18 03:01:59 2011 +0100
     1.2 +++ b/libgnome/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.3 @@ -21,7 +21,8 @@
     1.4  	cd $src
     1.5  	./configure \
     1.6  		--sysconfdir=/etc/gnome \
     1.7 -		--localstatedir=/var/lib &&
     1.8 +		--localstatedir=/var/lib \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12