wok diff privoxy/receipt @ rev 10415

automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 07:52:52 2011 +0000 (2011-05-24)
parents d1768332cee0
children b6a6aeb3f785
line diff
     1.1 --- a/privoxy/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/privoxy/receipt	Tue May 24 07:52:52 2011 +0000
     1.3 @@ -42,8 +42,8 @@
     1.4  	cp -a $_pkg/var $fs
     1.5  	cp -a $_pkg/etc $fs
     1.6  
     1.7 -	# Copy daemon fro$stuff
     1.8 -	cp stuff/daemon-privoxy $fs/etc/init.d/privoxy
     1.9 +	# Copy daemon from stuff
    1.10 +	cp $stuff/daemon-privoxy $fs/etc/init.d/privoxy
    1.11  }
    1.12  
    1.13  post_install()