Fix gnome variables in envars.conf for blfs tools

This commit is contained in:
Pierre Labastie 2012-03-23 15:00:42 +00:00
parent f3fb6ce378
commit 18c1c950ea

View file

@ -44,8 +44,16 @@ export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFI
#======== GNOME envars ===========
# Refer to Capter 33. GNOME Core Packages->Pre-installation Configuration
# for rationale. 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
# man-db.conf.
#--- Installation prefix
export GNOME_PREFIX=/usr
export GNOME_SYSCONFDIR=/etc/gnome/3.2.2
export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
export XDG_DATA_DIRS=/usr/share:/usr/local/share
#--- If you want to install GNOME on a non standart prefix, uncomment
# the next export lines and edit it if needed.