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

brad at geodynamics.org brad at geodynamics.org
Wed Apr 17 16:36:11 PDT 2013


Author: brad
Date: 2013-04-17 16:36:11 -0700 (Wed, 17 Apr 2013)
New Revision: 21889

Modified:
   cs/buildbot/pylith_deps/src/makefile
Log:
Added git (and curl).

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2013-04-17 23:35:00 UTC (rev 21888)
+++ cs/buildbot/pylith_deps/src/makefile	2013-04-17 23:36:11 UTC (rev 21889)
@@ -135,7 +135,7 @@
 curl:
 	$(FETCH) http://geodynamics.org/~buildbot/deps/curl-7.30.0.tar.gz
 	tar --no-same-owner -zxf curl-7.30.0.tar.gz
-	mkdir -p curl-7.20.0-build
+	mkdir -p curl-7.30.0-build
 	cd curl-7.30.0-build && \
 		../curl-7.30.0/configure --prefix=$(HOME)/pylith_deps && \
 		make -j $(MAKE_THREADS) && \



More information about the CIG-COMMITS mailing list