From 5c20d316d21e231daee6455f0a78d5940d59cf23 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 12 Jan 2011 17:09:31 -0600 Subject: Update fakeroot path to reflect HAL change. --- env.bash | 2 +- env.csh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env.bash b/env.bash index d32731858..a7068c57e 100644 --- a/env.bash +++ b/env.bash @@ -1,4 +1,4 @@ -export MCP_PATH=/opt/mcp/shared/openhal +export MCP_PATH=/opt/mcp/shared/powerhal if [ -e /esw/fakeroot/ ]; then export MCP_PATH=/esw/fakeroot diff --git a/env.csh b/env.csh index a7d560ff3..7fe423849 100644 --- a/env.csh +++ b/env.csh @@ -1,4 +1,4 @@ -setenv MCP_PATH /opt/mcp/shared/openhal +setenv MCP_PATH /opt/mcp/shared/powerhal if (-e /esw/fakeroot/) then setenv MCP_PATH /esw/fakeroot endif -- cgit v1.2.1