Changeset d33f161 for BLFS


Ignore:
Timestamp:
01/07/2013 10:57:01 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
b35ce44
Parents:
89cb93b
Message:

Comment out all the GNOME envars as stated in the preceding commit log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    r89cb93b rd33f161  
    4343export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --mandir=$XORG_PREFIX/share/man --localstatedir=/var"
    4444
    45 #======== GNOME envars ===========
     45#======== ABOUT GNOME envars =====
    4646
    4747# Refer to `Chapter 30. Right now, the book hard codes --prefix=/usr
     
    4949# You'll have to modifiy the prefix in the book source and use the variables
    5050# below. But this is not supported in this tool.
     51
    5152#======== LEGACY GNOME envars ====
     53
    5254# We use envars.conf instead of /etc/profile.d. But if you
    5355# install into a different prefix, you'll need to update ld.so.conf and
     
    5557
    5658#--- Installation prefix
    57 export GNOME_PREFIX=/usr
    58 export GNOME_SYSCONFDIR=/etc/gnome/3.2.2
    59 export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
    60 export XDG_DATA_DIRS=/usr/share:/usr/local/share
     59# export GNOME_PREFIX=/usr
     60# export GNOME_SYSCONFDIR=/etc/gnome/3.2.2
     61# export XDG_CONFIG_DIRS=$GNOME_SYSCONFDIR/xdg
     62# export XDG_DATA_DIRS=/usr/share:/usr/local/share
    6163
    62 #--- If you want to install GNOME on a non standart prefix, uncomment
     64#--- If you want to install GNOME on a non standard prefix, uncomment
    6365#    the next export lines and edit it if needed.
    6466#    See also the GNOME Pre-installation Configuration HTML page for
Note: See TracChangeset for help on using the changeset viewer.