No need for the +x mode on configuration files.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 15 Oct 2008 06:28:01 +0000 (08:28 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 15 Oct 2008 06:28:01 +0000 (08:28 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile

index 88e599d..b2290cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,8 +74,8 @@ install-postlicyd-tools:
        install tools/rbldns2postlicyd   $(DESTDIR)$(prefix)/bin/rbldns2postlicyd
 
 install-postlicyd-conf:
-       install example/postlicyd.conf $(DESTDIR)/etc/pfixtools/postlicyd.example.conf
-       install example/postlicyd-rsyncrbl.conf $(DESTDIR)/etc/pfixtools/postlicyd-rsyncrbl.example.conf
+       install -m 640 example/postlicyd.conf $(DESTDIR)/etc/pfixtools/postlicyd.example.conf
+       install -m 640 example/postlicyd-rsyncrbl.conf $(DESTDIR)/etc/pfixtools/postlicyd-rsyncrbl.example.conf
 
 .PHONY: clean distclean install install-dir $(SUBDIRS) $(CLEAN_TARGETS) \
                                $(DISTCLEAN_TARGETS) $(INSTALL_TARGETS) install-postlicyd-tools \