wok-current diff tinyproxy/receipt @ rev 10927
ntop-man: Fixed path to copy man pages to.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Aug 17 12:52:36 2011 +0000 (2011-08-17) |
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 Aug 17 12:52:36 2011 +0000 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