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

brad at geodynamics.org brad at geodynamics.org
Mon May 14 13:01:30 PDT 2012


Author: brad
Date: 2012-05-14 13:01:30 -0700 (Mon, 14 May 2012)
New Revision: 20110

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

Modified: cs/buildbot/pylith_deps/src/makefile
===================================================================
--- cs/buildbot/pylith_deps/src/makefile	2012-05-14 19:58:27 UTC (rev 20109)
+++ cs/buildbot/pylith_deps/src/makefile	2012-05-14 20:01:30 UTC (rev 20110)
@@ -182,7 +182,7 @@
 	$(FETCH) http://geodynamics.org/~buildbot/deps/h5py-2.0.1.tar.gz
 	tar --no-same-owner -zxvf h5py-2.0.1.tar.gz
 	cd h5py-2.0.1 && \
-		python setup.py build --hdf5=$(HOME)/install/$(BUILDBOT) &&
+		python setup.py build --hdf5=$(HOME)/install/$(BUILDBOT) && \
 		python setup.py install --prefix=$(HOME)/install/$(BUILDBOT)
 
 pythia:



More information about the CIG-COMMITS mailing list