Changeset 9d158f9


Ignore:
Timestamp:
08/15/2006 11:58:08 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
59f096b
Parents:
c361b24
Message:

Merged r2952,2953,2957 from trunk.

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    rc361b24 r9d158f9  
    99#####
    1010
     11#======== Common envars ==========
    1112
    1213#--- The local repository for packages/file
     
    2728#    unpacked, and compiled.
    2829export SRC_DIR=$HOME/sources
     30
     31
     32#======== Xorg7 envars ===========
     33
     34#--- Installation prefix
     35export XORG_PREFIX=/usr
     36
     37#--- Configure switches
     38export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var --datadir=$XORG_PREFIX/lib"
     39
     40#======== GNOME envars ===========
     41
     42#--- Installation prefix
     43export GNOME_PREFIX=/usr
     44
     45#--- If you want to install GNOME on a non standart prefix, uncomment
     46#    the next export lines and edit it if needed.
     47#    See also the GNOME Pre-installation Configuration HTML page for
     48#    aditional required commands.
     49#export PATH=$PATH:$GNOME_PREFIX/bin
     50#export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$GNOME_PREFIX/lib/pkgconfig
     51#export GNOME_LIBCONFIG_PATH=/usr/lib:$GNOME_PREFIX/lib
     52
     53#======== KDE envars =============
     54
     55#--- Installation prefix
     56export KDE_PREFIX=/usr
     57
     58#--- If you want to install KDE on a non standart prefix, uncomment
     59#    the next export lines and edit it if needed.
     60#    See also the KDE Pre-installation Configuration HTML page for
     61#    aditional required commands.
     62#export PATH=$PATH:$KDE_PREFIX/bin
     63#export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig
     64
     65
  • BLFS/libs/scripts.xsl

    rc361b24 r9d158f9  
    145145          </xsl:text>
    146146        <xsl:apply-templates select=".//screen | .//para/command"/>
    147         <xsl:text>&#xA;</xsl:text>
     147        <xsl:if test="$sudo = 'y'">
     148          <xsl:text>sudo </xsl:text>
     149        </xsl:if>
     150        <xsl:text>ldconfig&#xA;&#xA;</xsl:text>
    148151      </xsl:when>
    149152      <xsl:when test="@role = 'configuration'">
Note: See TracChangeset for help on using the changeset viewer.