wok rev 25626

opendkim: add opendkim.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 09:26:20 2023 +0000 (5 months ago)
parents 114eed575c11
children ea688ca719bb
files opendkim/receipt
line diff
     1.1 --- a/opendkim/receipt	Wed Nov 08 17:14:09 2023 +0000
     1.2 +++ b/opendkim/receipt	Thu Nov 09 09:26:20 2023 +0000
     1.3 @@ -25,7 +25,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	# The default --enable-filer neads milter
     1.7 -	./configure --disable-filter $CONFIGURE_ARGS &&
     1.8 +	./configure --disable-filter \
     1.9 +		--sysconfdir=/etc \
    1.10 +		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install
    1.13  }
    1.14 @@ -33,7 +35,8 @@
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 -	mkdir -p $fs/usr/lib
    1.19 +	mkdir -p $fs/usr/lib $fs/etc
    1.20 +	cp -a $src/opendkim/opendkim.conf.sample $fs/etc/opendkim.conf
    1.21  	cp -a $install/usr/lib/lib*.so*	$fs/usr/lib
    1.22  	cp -a $install/usr/sbin	$fs/usr
    1.23  }