dovecot-2.0: doc Makefile: Define and use pkgsysconfdir instead ...
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Jul 12 15:19:36 EEST 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/ca5cea0c614a
changeset: 11797:ca5cea0c614a
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 12 13:19:32 2010 +0100
description:
doc Makefile: Define and use pkgsysconfdir instead of dovecotconfdir
diffstat:
 doc/example-config/Makefile.am |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r e546af72d6bb -r ca5cea0c614a doc/example-config/Makefile.am
--- a/doc/example-config/Makefile.am	Mon Jul 12 00:13:09 2010 +0000
+++ b/doc/example-config/Makefile.am	Mon Jul 12 13:19:32 2010 +0100
@@ -1,7 +1,7 @@
 SUBDIRS = conf.d
 
-dovecotconfdir = $(sysconfdir)/dovecot
-nodist_dovecotconf_DATA = README
+pkgsysconfdir = $(sysconfdir)/dovecot
+nodist_pkgsysconf_DATA = README
 # nodist_ prefix just doesn't seem to work, so rm it directly:
 dist-hook:
 	rm -f $(distdir)/README
@@ -22,6 +22,6 @@
 	README.in
 
 install-data-local:
-	$(mkdir_p) $(DESTDIR)/$(sysconfdir)/dovecot
+	$(mkdir_p) $(DESTDIR)/$(pkgsysconfdir)
 
 CLEANFILES = README
    
    
More information about the dovecot-cvs
mailing list