From 07cc25dd2e359f11440f5a978df1d75b91fdda02 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 17 May 2010 16:38:06 +0000 Subject: [PATCH] Sets the default CORIOLIS_TOP to /opt/coriolis2, where the distributed package will be. --- crlcore/src/ccore/Environment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crlcore/src/ccore/Environment.cpp b/crlcore/src/ccore/Environment.cpp index abf6cc8c..0850f3ea 100644 --- a/crlcore/src/ccore/Environment.cpp +++ b/crlcore/src/ccore/Environment.cpp @@ -36,7 +36,7 @@ #undef CORIOLIS_TOP -#define CORIOLIS_TOP "/dsk/l1/jpc/Linux.SLSoC5x/install" +#define CORIOLIS_TOP "/opt/coriolis2" namespace {