Changeset f67fa9df for x/installing


Ignore:
Timestamp:
05/07/2008 05:07:59 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
38c1e39
Parents:
d603c3d
Message:

Completed /etc/X11 and /opt/X11 cleanups.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7419 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    rd603c3d rf67fa9df  
    148148    --mandir=$XORG_PREFIX/share/man --localstatedir=/var"</userinput></screen>
    149149
     150    <note>
     151      <para>Make sure that you also add these variables to your personal or
     152      system-wide profile as they are used throughout this book. See
     153      <xref linkend="postlfs-config-profile"/> for more information.</para>
     154    </note>
     155
    150156    <para>If you've decided to use an alternate prefix, be sure to add
    151157    <filename class="directory">
    152     <replaceable>&lt;PREFIX&gt;</replaceable>/bin</filename> to your
     158    $XORG_PREFIX/bin</filename> to your
    153159    <envar>PATH</envar> environment variable and  <filename class="directory">
    154     <replaceable>&lt;PREFIX&gt;</replaceable>/lib/pkgconfig</filename>
     160    $XORG_PREFIX/lib/pkgconfig</filename>
    155161    to your <envar>PKG_CONFIG_PATH</envar> variable.  For detailed instructions,
    156162    see <xref linkend="postlfs-config-profile"/>.  You should also add
    157163    <filename class="directory">
    158     <replaceable>&lt;PREFIX&gt;</replaceable>/lib</filename> to the
     164    $XORG_PREFIX/lib</filename> to the
    159165    <filename>/etc/ld.so.conf</filename> file and <filename class="directory">
    160     <replaceable>&lt;PREFIX&gt;</replaceable>/share/man</filename> as
     166    $XORG_PREFIX/share/man</filename> as
    161167    a MANDATORY_MANPATH in <filename>/etc/man_db.conf</filename>.</para>
    162168
Note: See TracChangeset for help on using the changeset viewer.