dovecot-2.0: "make install" now creates sysconfdir/dovecot/ dire...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 12 23:01:58 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/762acf3cce32
changeset: 10041:762acf3cce32
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 15:59:45 2009 -0400
description:
"make install" now creates sysconfdir/dovecot/ directory.

diffstat:

1 file changed, 3 insertions(+)
doc/example-config/Makefile.am |    3 +++

diffs (10 lines):

diff -r 21636cae54e6 -r 762acf3cce32 doc/example-config/Makefile.am
--- a/doc/example-config/Makefile.am	Mon Oct 12 14:11:23 2009 -0400
+++ b/doc/example-config/Makefile.am	Mon Oct 12 15:59:45 2009 -0400
@@ -10,3 +10,6 @@ example_DATA = \
 
 EXTRA_DIST = \
 	$(example_DATA)
+
+install-data-local:
+	$(mkdir_p) $(DESTDIR)/$(sysconfdir)/dovecot


More information about the dovecot-cvs mailing list