From 6f345c65787b44fe03ce53baaa97933ddc86dd3a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 11 May 2008 19:40:39 -0400 Subject: Changed PYTHON_HOME path in acprep --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acprep b/acprep index f3aad923..847fe948 100755 --- a/acprep +++ b/acprep @@ -30,7 +30,7 @@ INCDIRS="$INCDIRS -I/usr/local/include/boost-1_35" LIBDIRS="-L/sw/lib -L/opt/local/lib" LIBDIRS="$LIBDIRS -L/usr/local/lib" -PYTHON_HOME="/Library/Frameworks/Python.framework/Versions/2.5" +PYTHON_HOME="/usr" SYSTEM=`uname -s` -- cgit v1.2.3