[cig-commits] r18373 - short/3D/PyLith/pylith_installer/trunk

brad at geodynamics.org brad at geodynamics.org
Sat May 14 20:10:53 PDT 2011


Author: brad
Date: 2011-05-14 20:10:53 -0700 (Sat, 14 May 2011)
New Revision: 18373

Modified:
   short/3D/PyLith/pylith_installer/trunk/Makefile.am
Log:
Set abs_builddir for compatibility with CentOS.

Modified: short/3D/PyLith/pylith_installer/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-15 03:08:23 UTC (rev 18372)
+++ short/3D/PyLith/pylith_installer/trunk/Makefile.am	2011-05-15 03:10:53 UTC (rev 18373)
@@ -590,7 +590,7 @@
 	$(FETCH_SCRIPT) "$(downloader)" petsc-dev-pylith-$(PYLITH_VER).tgz http://www.geodynamics.org/cig/software/pylith
 	$(TAR) -zxf petsc-dev-pylith-$(PYLITH_VER).tgz
 endif
-	abs_builddir=`pwd`
+abs_builddir=`pwd`
 	cd petsc-dev && \
 		./configure --prefix=$(prefix) \
 			--with-c2html=0 --with-x=0 \



More information about the CIG-COMMITS mailing list