X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=7b58a6c6b4754aa5ed01d9aeb11ff9332c60f251;hb=76226c6f7b43aaa6480f776f70fb62f4a3e937df;hp=9066a61952ac225abe2cbd16fa81e09602af5835;hpb=25beb9c4b9fd641f233efe3f08eb1dc70d6d3263;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 9066a61..7b58a6c 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ $(INSTALL_TARGETS): install-%: % install-dir install-postlicyd: install-postlicyd-tools install-postlicyd-conf install-dir: install -d $(DESTDIR)$(prefix)/sbin + install -d $(DESTDIR)$(prefix)/bin install -d $(DESTDIR)/etc/pfixtools install-postlicyd-tools: @@ -74,10 +75,11 @@ 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 \ install-postlicyd-conf + ###########################################################################}}}