summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-26 19:31:00 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-26 19:31:00 +0000
commit95ee619df135a4c8b3ecefe65503c6d1cc7c36da (patch)
tree16fe8cecc8237e55fe4eec53198403a114b702b4 /bin
parentc452048cae6ff8b275e72a2f4b590ccaeebc35ba (diff)
downloadcouchdb-95ee619df135a4c8b3ecefe65503c6d1cc7c36da.tar.gz
Complete refactoring of couch_js.
In particular, the cURL bindings have been rewritten to be more useful and easily applied in command line scripts. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@884672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index fc84b1a85..b8b818cb8 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -60,7 +60,7 @@ couchjs: couchjs.tpl
chmod +x $@
couchjs_dev: couchjs.tpl
- sed -e "s|%locallibbindir%|$(abs_top_builddir)/src/couchdb|g" \
+ sed -e "s|%locallibbindir%|$(abs_top_builddir)/src/couchdb/priv|g" \
-e "s|%bug_uri%|@bug_uri@|g" \
-e "s|%package_author_address%|@package_author_address@|g" \
-e "s|%package_author_name%|@package_author_name@|g" \