wok-stable diff tinyproxy/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 20163fb97951
children
line diff
     1.1 --- a/tinyproxy/receipt	Sat Nov 12 22:09:34 2011 +0000
     1.2 +++ b/tinyproxy/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -22,9 +22,9 @@
     1.4  		--sysconfdir=/etc/tinyproxy \
     1.5  		--localstatedir=/var \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$PWD/_pkg install
     1.8 +	make && make DESTDIR=$DESTDIR install
     1.9  	# Provide sane defaults
    1.10 -  	sed -i '/^#Listen/a\Listen 127.0.0.1' "$PWD/_pkg/etc/tinyproxy/tinyproxy.conf"
    1.11 +  	sed -i '/^#Listen/a\Listen 127.0.0.1' "$DESTDIR/etc/tinyproxy/tinyproxy.conf"
    1.12  
    1.13  }
    1.14