SoC install is in /soc/coriolis2/

This commit is contained in:
Jean-Paul Chaput 2011-10-19 19:45:57 +00:00
parent 3d21206a23
commit f1ba48f977
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# -*- Makefile -*-
# Mimicking the behavior of a top-level autotool generated Makefile.
tools = bootstrap vlsisapd hurricane crlcore nimbus metis mauka knik katabatic kite \

View File

@ -146,7 +146,7 @@ fi
sysconfDir = scriptDir
shellMessage = "Using system-wide Coriolis 2 (/usr)"
elif scriptDir.startswith("/users/outil/coriolis/coriolis-2.x/") \
or scriptDir.startswith("/soc/coriolis/"):
or scriptDir.startswith("/soc/coriolis2/"):
coriolisTop = "/soc/coriolis2"
sysconfDir = coriolisTop + "/etc/coriolis2"
shellMessage = "Using SoC network-wide Coriolis 2 (/soc/coriolis2)"