27 lines
1010 B
Diff
27 lines
1010 B
Diff
--- crlcore/etc/environment.alliance.xml.soc 2010-05-22 11:00:46.000000000 +0200
|
|
+++ crlcore/etc/environment.alliance.xml 2010-05-22 11:02:18.000000000 +0200
|
|
@@ -1,18 +1,18 @@
|
|
<?xml version="1.0"?>
|
|
<environment>
|
|
- <variable name="CELL_TOP" value="/opt/alliance-5.0"/>
|
|
+ <variable name="CELL_TOP" value="/usr/share/alliance"/>
|
|
<technologies>
|
|
<hurricane>
|
|
- <config>${CORIOLIS_TOP}/etc/coriolis2/technology.symbolic.xml</config>
|
|
+ <config>/etc/coriolis2/technology.symbolic.xml</config>
|
|
</hurricane>
|
|
<real>
|
|
- <config>${CORIOLIS_TOP}/etc/coriolis2/technology.hcmos9.s2r.xml</config>
|
|
+ <config>/etc/coriolis2/technology.hcmos9.s2r.xml</config>
|
|
</real>
|
|
<lef>
|
|
- <config>${CORIOLIS_TOP}/etc/coriolis2/cmos.lef</config>
|
|
+ <config>/etc/coriolis2/cmos.lef</config>
|
|
</lef>
|
|
<display>
|
|
- <config>${CORIOLIS_TOP}/etc/coriolis2/display.xml</config>
|
|
+ <config>/etc/coriolis2/display.xml</config>
|
|
</display>
|
|
</technologies>
|
|
<libraries>
|