etc directory is under $ALLIANCE_TOP/etc (in SoC installations).
This commit is contained in:
parent
629084c508
commit
d3de49578c
|
@ -1,6 +1,6 @@
|
||||||
# $Id: Makefile.am,v 1.5 2009/09/01 21:33:39 jpc Exp $
|
# $Id: Makefile.am,v 1.6 2012/04/11 13:31:14 alliance Exp $
|
||||||
|
|
||||||
etcdir=/etc/profile.d
|
etcdir=$(sysconfdir)
|
||||||
|
|
||||||
etc_SCRIPTS=alc_env.csh alc_env.sh
|
etc_SCRIPTS=alc_env.csh alc_env.sh
|
||||||
|
|
||||||
|
|
|
@ -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.14 2011/12/02 17:24:11 alliance Exp $
|
# $Id: alc_env.csh.in,v 1.15 2012/04/11 13:31:14 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
|
||||||
|
@ -21,7 +21,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}/etc"
|
||||||
set CELLS_TOP "${ALLIANCE_TOP}/cells"
|
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.
|
||||||
|
|
|
@ -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.14 2011/12/02 17:24:11 alliance Exp $
|
# $Id: alc_env.sh.in,v 1.15 2012/04/11 13:31:14 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
|
||||||
|
@ -21,7 +21,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/etc
|
||||||
CELLS_TOP=$ALLIANCE_TOP/cells
|
CELLS_TOP=$ALLIANCE_TOP/cells
|
||||||
if [ "$ALLIANCE_TOP" = "/usr/lib/alliance" ]; then
|
if [ "$ALLIANCE_TOP" = "/usr/lib/alliance" ]; then
|
||||||
# FHS Installation.
|
# FHS Installation.
|
||||||
|
|
Loading…
Reference in New Issue