Comment out all the GNOME envars as stated in the preceding commit log
This commit is contained in:
parent
89cb93bd91
commit
d33f161b86
1 changed files with 8 additions and 6 deletions
|
@ -42,24 +42,26 @@ export XORG_PREFIX=/usr
|
||||||
#--- Configure switches
|
#--- Configure switches
|
||||||
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
|
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
|
||||||
|
|
||||||
#======== GNOME envars ===========
|
#======== ABOUT GNOME envars =====
|
||||||
|
|
||||||
# Refer to `Chapter 30. Right now, the book hard codes --prefix=/usr
|
# Refer to `Chapter 30. Right now, the book hard codes --prefix=/usr
|
||||||
# and does not make use of the variables below. If you need another prefix,
|
# and does not make use of the variables below. If you need another prefix,
|
||||||
# You'll have to modifiy the prefix in the book source and use the variables
|
# You'll have to modifiy the prefix in the book source and use the variables
|
||||||
# below. But this is not supported in this tool.
|
# below. But this is not supported in this tool.
|
||||||
|
|
||||||
#======== LEGACY GNOME envars ====
|
#======== LEGACY GNOME envars ====
|
||||||
|
|
||||||
# We use envars.conf instead of /etc/profile.d. But if you
|
# We use envars.conf instead of /etc/profile.d. But if you
|
||||||
# install into a different prefix, you'll need to update ld.so.conf and
|
# install into a different prefix, you'll need to update ld.so.conf and
|
||||||
# man-db.conf, too.
|
# man-db.conf, too.
|
||||||
|
|
||||||
#--- Installation prefix
|
#--- Installation prefix
|
||||||
export GNOME_PREFIX=/usr
|
# export GNOME_PREFIX=/usr
|
||||||
export GNOME_SYSCONFDIR=/etc/gnome/3.2.2
|
# export GNOME_SYSCONFDIR=/etc/gnome/3.2.2
|
||||||
export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
|
# export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
|
||||||
export XDG_DATA_DIRS=/usr/share:/usr/local/share
|
# export XDG_DATA_DIRS=/usr/share:/usr/local/share
|
||||||
|
|
||||||
#--- If you want to install GNOME on a non standart prefix, uncomment
|
#--- If you want to install GNOME on a non standard prefix, uncomment
|
||||||
# the next export lines and edit it if needed.
|
# the next export lines and edit it if needed.
|
||||||
# See also the GNOME Pre-installation Configuration HTML page for
|
# See also the GNOME Pre-installation Configuration HTML page for
|
||||||
# aditional required commands.
|
# aditional required commands.
|
||||||
|
|
Reference in a new issue