wok diff tinyproxy/receipt @ rev 11653

Up apache (2.2.22, security fixes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 11 10:02:20 2012 +0100 (2012-02-11)
parents 20163fb97951
children 600aaedb561d
line diff
     1.1 --- a/tinyproxy/receipt	Sat Nov 12 22:09:34 2011 +0000
     1.2 +++ b/tinyproxy/receipt	Sat Feb 11 10:02:20 2012 +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