diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-03-03 21:56:30 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-03-03 21:56:30 +0000 |
commit | 5ce28dab2a2f803efdc6ae4d1a39e82d758cec57 (patch) | |
tree | 0e188c6a4ecdcf395c961019b630692a2ecbe77d /bin | |
parent | 745ec3bec56e8c66bf0e4c862b02f925052a339c (diff) |
Forgot to change MochiWeb version in lib directory name when updating MochiWeb in r747575.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am index decc4ef7..fbe94855 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -29,7 +29,7 @@ couchdb: couchdb.tpl -e "s|%bindir%|@bindir@|g" \ -e "s|%localerlanglibdir%|@localerlanglibdir@|g" \ -e "s|%couchdbebindir%|couch-@version@/ebin|g" \ - -e "s|%mochiwebebindir%|mochiweb-r82/ebin|g" \ + -e "s|%mochiwebebindir%|mochiweb-r97/ebin|g" \ -e "s|%ibrowseebindir%|ibrowse-1.4.1/ebin|g" \ -e "s|%defaultini%|default.ini|g" \ -e "s|%localini%|local.ini|g" \ |