wok-stable diff thunar-vfs/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents f9817eda4acb
children 9737b87cd5f1
line diff
     1.1 --- a/thunar-vfs/receipt	Thu May 19 12:30:41 2011 +0200
     1.2 +++ b/thunar-vfs/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -25,7 +25,8 @@
     1.4  		--enable-dbus \
     1.5  		--enable-startup-notification \
     1.6  		--disable-gnome-thumbnailers \
     1.7 -		--enable-debug=no && \
     1.8 +		--enable-debug=no \
     1.9 +		$CONFIGURE_ARGS && \
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }
    1.12