wok rev 11883

squidclamav: add /etc/squidclamav.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 28 14:13:52 2012 +0100 (2012-02-28)
parents c0bac1d2b5e8
children afa1d6d17c83
files squidclamav/receipt
line diff
     1.1 --- a/squidclamav/receipt	Tue Feb 28 09:29:44 2012 +0100
     1.2 +++ b/squidclamav/receipt	Tue Feb 28 14:13:52 2012 +0100
     1.3 @@ -17,11 +17,13 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	mkdir $DESTDIR/etc
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--libexecdir=/usr/lib \
    1.11  	$CONFIGURE_ARGS &&
    1.12 -	make && make DESTDIR=$DESTDIR install
    1.13 +	make && make DESTDIR=$DESTDIR install &&
    1.14 +	cp etc/squidclamav.conf $DESTDIR/etc
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.