diff options
author | 2001-08-10 06:41:02 +0000 | |
---|---|---|
committer | 2001-08-10 06:41:02 +0000 | |
commit | d38f0767130e6040af08cd4844c5b8dcb53670d3 (patch) | |
tree | 061a0c9c71b733ea6b0f878feaf53cf28dac2fee | |
parent | fixed so that GNOME_PATH is used instead of GNOMEDIR, thanks Blocke (diff) | |
download | gentoo-2-d38f0767130e6040af08cd4844c5b8dcb53670d3.tar.gz gentoo-2-d38f0767130e6040af08cd4844c5b8dcb53670d3.tar.bz2 gentoo-2-d38f0767130e6040af08cd4844c5b8dcb53670d3.zip |
updated this too (not sure if it's used any more) to use GNOME_PATH instead of GNOMEDIR
-rw-r--r-- | sys-apps/baselayout/files/profile.old | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/profile.old b/sys-apps/baselayout/files/profile.old index bb7e70a2eba6..da0bebb3db39 100644 --- a/sys-apps/baselayout/files/profile.old +++ b/sys-apps/baselayout/files/profile.old @@ -37,7 +37,7 @@ fi # Set Var for GNOME if [ -d /opt/gnome ] ; then - export GNOMEDIR="/opt/gnome" + export GNOME_PATH="/opt/gnome" PATH=$PATH:/opt/gnome/bin:/opt/gnome/sbin MANPATH=$MANPATH:/opt/gnome/man INFODIR=$INFODIR:/opt/gnome/info |