wok diff squidguard/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 1040bd60b471 |
children | 393ec0342e42 |
line diff
1.1 --- a/squidguard/receipt Sun Aug 11 20:45:50 2013 +0000 1.2 +++ b/squidguard/receipt Thu Dec 12 07:48:19 2013 +0000 1.3 @@ -34,13 +34,13 @@ 1.4 --mandir=/usr/share/man $CONFIGURE_ARGS 1.5 1.6 make 1.7 - sed -e 's|^prefix =.*|prefix = _pkg/usr|' \ 1.8 - -e 's|^logdir =.*|logdir = _pkg/var/lib/squidGuard/log|' \ 1.9 - -e 's|^configfile =.*|configfile = _pkg/etc/squidGuard/squidGuard.conf|' \ 1.10 - -e 's|^dbhomedir =.*|dbhomedir = _pkg/var/lib/squidGuard/db|' \ 1.11 - -e 's|^SQUIDUSER =.*|SQUIDUSER = nobody|' \ 1.12 + sed -e "s|^prefix =.*|prefix = $DESTDIR/usr|" \ 1.13 + -e "s|^logdir =.*|logdir = $DESTDIR/var/lib/squidGuard/log|" \ 1.14 + -e "s|^configfile =.*|configfile = $DESTDIR/etc/squidGuard/squidGuard.conf|" \ 1.15 + -e "s|^dbhomedir =.*|dbhomedir = $DESTDIR/var/lib/squidGuard/db|" \ 1.16 + -e "s|^SQUIDUSER =.*|SQUIDUSER = nobody|" \ 1.17 < Makefile > Makefile.slitaz-install 1.18 - mkdir -p _pkg/etc/squidGuard 1.19 + mkdir -p $DESTDIR/etc/squidGuard 1.20 make -f Makefile.slitaz-install install 1.21 } 1.22