wok-next diff tinyproxy/receipt @ rev 9973
lostirc: fix receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 19:10:54 2011 +0200 (2011-05-18) |
parents | 25967da0e1af |
children | 20163fb97951 |
line diff
1.1 --- a/tinyproxy/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/tinyproxy/receipt Wed May 18 19:10:54 2011 +0200 1.3 @@ -14,7 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -Np1 -i ../stuff/no-docs-and-tests.diff 1.8 + patch -Np1 -i $stuff/no-docs-and-tests.diff 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \ 1.12 @@ -35,6 +35,6 @@ 1.13 cp -a $_pkg/usr/sbin $fs/usr 1.14 cp -a $_pkg/usr/share/tinyproxy $fs/usr/share 1.15 cp -a $_pkg/etc/tinyproxy $fs/etc 1.16 - cp -a stuff/tinyproxy $fs/etc/init.d 1.17 + cp -a $stuff/tinyproxy $fs/etc/init.d 1.18 } 1.19