summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-16 16:49:14 +0000
committerNoah Slater <nslater@apache.org>2008-06-16 16:49:14 +0000
commit762dc6b37093ef85a7793671a8725b80d0f00870 (patch)
treeaa6430806501f2c47c9b9d36914bc99ba2e52c41 /etc
parentb74e6688a21a0b412ed4b76349260e962ca755e7 (diff)
renamed directory variables, stage two
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668234 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/couchdb/Makefile.am b/etc/couchdb/Makefile.am
index d5356ceb..9f686780 100644
--- a/etc/couchdb/Makefile.am
+++ b/etc/couchdb/Makefile.am
@@ -10,9 +10,9 @@
## License for the specific language governing permissions and limitations
## under the License.
-pkgconf_DATA = couch.ini
+localconf_DATA = couch.ini
-CLEANFILES = $(pkgconf_DATA)
+CLEANFILES = $(localconf_DATA)
transform = @program_transform_name@
couchjs_command_name = `echo couchjs | sed '$(transform)'`