wok-6.x diff tinyproxy/receipt @ rev 12792
ncurses: silently install tic
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 16 12:15:00 2012 +0200 (2012-05-16) |
parents | 20163fb97951 |
children | 600aaedb561d |
line diff
1.1 --- a/tinyproxy/receipt Sat Nov 12 22:09:34 2011 +0000 1.2 +++ b/tinyproxy/receipt Wed May 16 12:15:00 2012 +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