wok diff tinyproxy/receipt @ rev 9349

Add docbook-xml-42.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 19 21:01:05 2011 +0000 (2011-03-19)
parents 25967da0e1af
children 20163fb97951
line diff
     1.1 --- a/tinyproxy/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.2 +++ b/tinyproxy/receipt	Sat Mar 19 21:01:05 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