wok diff squidguard/receipt @ rev 16284

ARM: make nfs-utils cross compile
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 20:48:48 2014 +0200 (2014-04-06)
parents 1040bd60b471
children 393ec0342e42
line diff
     1.1 --- a/squidguard/receipt	Sun Aug 11 20:45:50 2013 +0000
     1.2 +++ b/squidguard/receipt	Sun Apr 06 20:48:48 2014 +0200
     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