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 | |
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
-rw-r--r-- | bin/Makefile.am | 2 | ||||
-rw-r--r-- | src/mochiweb/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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" \ diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index b7fbf18b..7654cd16 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -10,7 +10,7 @@ ## License for the specific language governing permissions and limitations under ## the License. -mochiwebebindir = $(localerlanglibdir)/mochiweb-r82/ebin +mochiwebebindir = $(localerlanglibdir)/mochiweb-r97/ebin mochiweb_file_collection = \ mochifmt.erl \ |