wok-current diff squidguard/receipt @ rev 15738
libofx: tiny edits
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Jan 01 20:46:08 2014 +0100 (2014-01-01) |
parents | 1040bd60b471 |
children | 393ec0342e42 |
line diff
1.1 --- a/squidguard/receipt Sun Aug 11 20:45:50 2013 +0000 1.2 +++ b/squidguard/receipt Wed Jan 01 20:46:08 2014 +0100 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