diff options
author | Erich Eckner <git@eckner.net> | 2019-10-10 09:53:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-10 09:53:38 +0200 |
commit | ad12c709f026e480d9cd3cc6662c2d826d58f57a (patch) | |
tree | b0d78449c5d8b2bc4ae8385fe607e9a60479964e /Makefile | |
parent | aae2b4b2711e6343e3e2f52ed0a7e595ce4ffb1d (diff) | |
download | sendmailadvanced-ad12c709f026e480d9cd3cc6662c2d826d58f57a.tar.xz |
put hooks into /etc/sendmailadvances.hooks/
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ install: all install -D -m0755 sendmailadvanced $(DESTDIR)$(BINDIR)/sendmailadvanced install -D -m0644 sendmailadvanced.1 $(DESTDIR)$(MANDIR)/man1/sendmailadvanced.1 install -D -m0644 sendmailadvanced.conf $(DESTDIR)$(ETCDIR)/sendmailadvanced.conf + install -d -m0755 $(DESTDIR)$(ETCDIR)/sendmailadvanced.hooks clean: ls -A | \ |