wok-next diff grub/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 02bbaa9d12ba
children a7288c2607d3
line diff
     1.1 --- a/grub/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/grub/receipt	Thu Jun 02 17:33:12 2011 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	for i in ../stuff/*.diff ; do
     1.8 +	for i in $stuff/*.diff ; do
     1.9  		[ -f $(basename $i) ] && continue
    1.10  		patch -p1 < $i
    1.11  		touch $(basename $i)