]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Don't fail on the README file if builddir != srcdir.
authorPascal Volk <user@localhost.localdomain.org>
Thu, 25 Mar 2010 18:42:18 +0000 (18:42 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Thu, 25 Mar 2010 18:42:18 +0000 (18:42 +0000)
--HG--
branch : HEAD

doc/example-config/Makefile.am

index 6037f3688dec3eccb2862e1bc7b63baacc084396..9f3f204275858279338df8164403736aa34de404 100644 (file)
@@ -4,7 +4,7 @@ dovecotconfdir = $(sysconfdir)/dovecot
 dovecotconf_DATA = README
 
 README: README.in Makefile
-       cat README.in | sed "s|@exampledir@|$(exampledir)|" > README
+       cat $(srcdir)/README.in | sed "s|@exampledir@|$(exampledir)|" > README
 
 exampledir = $(docdir)/example-config
 example_DATA = \