You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2009/03/03 22:56:30 UTC

svn commit: r749783 - in /couchdb/trunk: bin/Makefile.am src/mochiweb/Makefile.am

Author: cmlenz
Date: Tue Mar  3 21:56:30 2009
New Revision: 749783

URL: http://svn.apache.org/viewvc?rev=749783&view=rev
Log:
Forgot to change MochiWeb version in lib directory name when updating MochiWeb in r747575.

Modified:
    couchdb/trunk/bin/Makefile.am
    couchdb/trunk/src/mochiweb/Makefile.am

Modified: couchdb/trunk/bin/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/bin/Makefile.am?rev=749783&r1=749782&r2=749783&view=diff
==============================================================================
--- couchdb/trunk/bin/Makefile.am (original)
+++ couchdb/trunk/bin/Makefile.am Tue Mar  3 21:56:30 2009
@@ -29,7 +29,7 @@
 	    -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" \

Modified: couchdb/trunk/src/mochiweb/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/mochiweb/Makefile.am?rev=749783&r1=749782&r2=749783&view=diff
==============================================================================
--- couchdb/trunk/src/mochiweb/Makefile.am (original)
+++ couchdb/trunk/src/mochiweb/Makefile.am Tue Mar  3 21:56:30 2009
@@ -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 \