wok-current diff squidguard/receipt @ rev 4263
urxvt*: fix build with gcc-4.x
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 25 16:26:07 2009 +0200 (2009-09-25) |
parents | 07514ab2c2fc |
children | f3a7e7dd7e7c |
line diff
1.1 --- a/squidguard/receipt Fri Aug 28 13:16:58 2009 +0000 1.2 +++ b/squidguard/receipt Fri Sep 25 16:26:07 2009 +0200 1.3 @@ -36,12 +36,13 @@ 1.4 genpkg_rules() 1.5 { 1.6 cp -a $_pkg/* $fs/ 1.7 + rmdir $fs/usr/squidGuard 1.8 } 1.9 1.10 # Pre and post install commands for Tazpkg. 1.11 post_install() 1.12 { 1.13 - chown -R nobody $1/var/lib/squidGuard/* $1/usr/squidGuard 1.14 + chown -R nobody $1/var/lib/squidGuard/* 1.15 if ! grep -q ^redirect_program $1/etc/squid/squid.conf ; then 1.16 echo "Updating /etc/squid/squid.conf" 1.17 cat >> $1/etc/squid/squid.conf <<EOF