wok-current diff tinyproxy/receipt @ rev 11403
python-flup: Add python-distribute to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 10 20:29:34 2011 +0000 (2011-12-10) |
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 Dec 10 20:29:34 2011 +0000 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