wok diff tinyproxy/receipt @ rev 8974

[q-z]*: use veriable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:06:20 2011 +0100 (2011-03-02)
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 Mar 02 11:06:20 2011 +0100
     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