summaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-20 16:55:59 +0000
committerNoah Slater <nslater@apache.org>2009-03-20 16:55:59 +0000
commit083b26df25ea661c6c67b66d62b777ffc3f48b55 (patch)
tree69e24f8f157b298f08c133fc275355d1ca41dbf3 /etc/Makefile.am
parent951a5a3dca2c850bc60c05796b450d67a364cfd4 (diff)
corrected variable name, fixed COUCHDB-178
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index c95ddbba..cc144d96 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -15,7 +15,7 @@ SUBDIRS = couchdb default init launchd logrotate.d
default_sysconf_data = logrotate.d/couchdb
if INIT
-dist_init_sysconf_data = default/couchdb
+init_sysconf_data = default/couchdb
init_DATA = init/couchdb
endif