wok diff tinyproxy/receipt @ rev 14559
thunderbird-langpack-pt_PT: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:10:42 2013 +0200 (2013-05-23) |
parents | 20163fb97951 |
children | 600aaedb561d |
line diff
1.1 --- a/tinyproxy/receipt Sat Nov 12 22:09:34 2011 +0000 1.2 +++ b/tinyproxy/receipt Thu May 23 10:10:42 2013 +0200 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