Missing cell subdirectory in CELLS_TOP definition.

This commit is contained in:
The Alliance Tool 2011-12-02 17:24:11 +00:00
parent e9e47f7b9a
commit 1d20b47fdc
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# Alliance CAD system environnement # Alliance CAD system environnement
# Usage (in C-shell) : > source alc_env.csh # Usage (in C-shell) : > source alc_env.csh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr> # (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.csh.in,v 1.13 2011/02/10 13:36:58 jpc Exp $ # $Id: alc_env.csh.in,v 1.14 2011/12/02 17:24:11 alliance Exp $
# Generated from alc_env.csh.in on @DATE@ # Generated from alc_env.csh.in on @DATE@
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will # $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
@ -22,7 +22,7 @@
# Where the Alliance CAD is installed # Where the Alliance CAD is installed
setenv ALLIANCE_TOP "@prefix@" setenv ALLIANCE_TOP "@prefix@"
set SYSCONF_TOP "${ALLIANCE_TOP}" set SYSCONF_TOP "${ALLIANCE_TOP}"
set CELLS_TOP "${ALLIANCE_TOP}" set CELLS_TOP "${ALLIANCE_TOP}/cells"
if ( "${ALLIANCE_TOP}" == "/usr/lib/alliance" ) then if ( "${ALLIANCE_TOP}" == "/usr/lib/alliance" ) then
# For installation in the FHS. # For installation in the FHS.
set SYSCONF_TOP "/etc/alliance" set SYSCONF_TOP "/etc/alliance"

View File

@ -7,7 +7,7 @@
# Alliance CAD system environnement # Alliance CAD system environnement
# Usage (in Bourne-shell) : > . alc_env.sh # Usage (in Bourne-shell) : > . alc_env.sh
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr> # (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
# $Id: alc_env.sh.in,v 1.13 2011/02/10 13:36:58 jpc Exp $ # $Id: alc_env.sh.in,v 1.14 2011/12/02 17:24:11 alliance Exp $
# Generated from alc_env.sh.in on @DATE@ # Generated from alc_env.sh.in on @DATE@
# $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will # $ALLIANCE_OS and $ALLIANCE_TOP are the only variables you will
@ -22,7 +22,7 @@
# Where the Alliance CAD is installed # Where the Alliance CAD is installed
ALLIANCE_TOP=@prefix@; export ALLIANCE_TOP ALLIANCE_TOP=@prefix@; export ALLIANCE_TOP
SYSCONF_TOP=$ALLIANCE_TOP SYSCONF_TOP=$ALLIANCE_TOP
CELLS_TOP=$ALLIANCE_TOP CELLS_TOP=$ALLIANCE_TOP/cells
if [ "$ALLIANCE_TOP" = "/usr/lib/alliance" ]; then if [ "$ALLIANCE_TOP" = "/usr/lib/alliance" ]; then
# FHS Installation. # FHS Installation.
SYSCONF_TOP="/etc/alliance" SYSCONF_TOP="/etc/alliance"