aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig_simple.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_simple.sh b/config_simple.sh
index e164dc99..e2d3844c 100755
--- a/config_simple.sh
+++ b/config_simple.sh
@@ -5,7 +5,7 @@ branch=`git rev-parse --abbrev-ref HEAD`
date=`date -I`
if test "x$CCOMP_INSTALL_PREFIX" = "x" ;
-then CCOMP_INSTALL_PREFIX=/home/gourdinl/Work/VERIMAG/CompCert ;
+then CCOMP_INSTALL_PREFIX=/opt/CompCert ;
fi
./configure --prefix ${CCOMP_INSTALL_PREFIX}/${branch}/${date}_${version}/$arch "$@" $arch