wok-next diff clamav/receipt @ rev 10793

squid: use --with-logdir=, install errors templates, touch cache.log and chown -R in post_install (Thanks for the report Allan)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 17:33:12 2011 +0200 (2011-06-02)
parents c11845afb313
children e554dc108e47
line diff
     1.1 --- a/clamav/receipt	Thu Feb 17 23:06:39 2011 +0100
     1.2 +++ b/clamav/receipt	Thu Jun 02 17:33:12 2011 +0200
     1.3 @@ -40,8 +40,8 @@
     1.4  	# Copy only shared lib (.so)
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	cp -a $_pkg/usr/share/clamav $fs/usr/share
     1.7 -	# Copy daemon from /stuff
     1.8 -	cp stuff/daemon-clamd $fs/etc/init.d/clamd
     1.9 +	# Copy daemon from /$stuff
    1.10 +	cp $stuff/daemon-clamd $fs/etc/init.d/clamd
    1.11  }
    1.12  
    1.13  post_install()