[cig-commits] r18056 - cs/buildbot/pylith_deps/src

brad at geodynamics.org brad at geodynamics.org
Mon Mar 7 12:58:15 PST 2011


Author: brad
Date: 2011-03-07 12:58:15 -0800 (Mon, 07 Mar 2011)
New Revision: 18056

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Fixed nemesis.

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2011-03-07 20:57:30 UTC (rev 18055)
+++ cs/buildbot/pylith_deps/src/makefile	2011-03-07 20:58:15 UTC (rev 18056)
@@ -119,7 +119,7 @@
 	cd nemesis-dev && autoreconf -if
 	mkdir -p nemesis-build
 	cd nemesis-build && \
-		../nemesis/configure --prefix=$(HOME)/install/$(BUILDBOT) && \
+		../nemesis-dev/configure --prefix=$(HOME)/install/$(BUILDBOT) && \
 		make && \
 		make install
 



More information about the CIG-COMMITS mailing list