wok-current diff squidguard/receipt @ rev 8868
Fix: gtkdatabox compile_rules()
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 26 06:03:58 2011 +0100 (2011-02-26) |
parents | f3a7e7dd7e7c |
children | 940b5937e496 |
line diff
1.1 --- a/squidguard/receipt Mon Dec 28 23:45:51 2009 +0100 1.2 +++ b/squidguard/receipt Sat Feb 26 06:03:58 2011 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 # Security patches 1.5 while read patch_file; do 1.6 echo "Apply $patch_file" 1.7 - tar xvzf ../stuff/$patch_file || exit 1 1.8 + tar xvzf ../stuff/$patch_file || return 1 1.9 cp -a $(basename $patch_file .tar.gz)/* src 1.10 done <<EOT 1.11 squidGuard-1.4-patch-20091015.tar.gz