summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2007-10-13 09:09:23 -0600
committerBruce Guenter <bruce@untroubled.org>2009-10-19 11:04:34 -0600
commit9bb74bcc71b5fdbdcc52e5e159d1083edab08892 (patch)
treea401803ef14a40b25d7fc0231e49f29ffd0e5826 /Makefile.am
parentbab6faf0c17a1bdc4685d66c6df953ff8939810d (diff)
Modified -send to move permanently failed messages into a failed directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e70c9a4..f61beed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,8 @@ SUBDIRS = doc lib protocols src test
install-data-local:
@$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(localstatedir)/failed
+ chmod 700 $(DESTDIR)$(localstatedir)/failed
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/queue
chmod 700 $(DESTDIR)$(localstatedir)/queue
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/tmp