wok diff libgnome-keyring/receipt @ rev 11621

busybox-static: slitaz-boot-script needs CONFIG_SCRIPT
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 12:22:58 2012 +0100 (2012-01-24)
parents 5e32c7dc0974
children 05a16d345d57
line diff
     1.1 --- a/libgnome-keyring/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.2 +++ b/libgnome-keyring/receipt	Tue Jan 24 12:22:58 2012 +0100
     1.3 @@ -19,7 +19,8 @@
     1.4  	./configure \
     1.5  		--libexecdir=/usr/lib/$PACKAGE \
     1.6  		--sysconfdir=/etc/gnome \
     1.7 -		--disable-pam &&
     1.8 +		--disable-pam \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12