Changeset fa6ab806


Ignore:
Timestamp:
01/27/2010 05:01:01 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2cc743b0
Parents:
5ca15c07
Message:

Moved /usr/X11R6 compatibility symlink to xorg-libs page.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5ca15c07 rfa6ab806  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
  • introduction/welcome/changelog.xml

    r5ca15c07 rfa6ab806  
    4343
    4444    <listitem>
    45       <para>January 25th, 2010</para>
     45      <para>January 27th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Moved /usr/X11R6 compatibility symlink to xorg-libs
     49          page.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>January 26th, 2010</para>
    4656      <itemizedlist>
    4757        <listitem>
  • x/installing/x7lib.xml

    r5ca15c07 rfa6ab806  
    154154    <filename class="directory">/usr</filename>, then no further
    155155    configuration is necessary and you can skip the rest of this section.
    156     If you've opted for an alternate prefix, you should create two symlinks
     156    If you've opted for an alternate prefix, you should create three symlinks
    157157    to satisfy the expected environment of several packages.
    158158    Execute the following commands as the root user:</para>
    159159
    160160<screen role="root"><userinput>ln -sv $XORG_PREFIX/lib/X11 /usr/lib/X11 &amp;&amp;
    161 ln -sv $XORG_PREFIX/include/X11 /usr/include/X11</userinput></screen>
     161ln -sv $XORG_PREFIX/include/X11 /usr/include/X11 &amp;&amp;
     162ln -sv $XORG_PREFIX /usr/X11R6</userinput></screen>
    162163
    163164  </sect2>
Note: See TracChangeset for help on using the changeset viewer.