Author: dj
Date: 2010-01-26 22:01:01 -0700 (Tue, 26 Jan 2010)
New Revision: 8228
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x7lib.xml
Log:
Moved /usr/X11R6 compatibility symlink to xorg-libs page.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-01-27 03:44:16 UTC (rev 8227)
+++ trunk/BOOK/general.ent 2010-01-27 05:01:01 UTC (rev 8228)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "25"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-01-27 03:44:16 UTC
(rev 8227)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-01-27 05:01:01 UTC
(rev 8228)
@@ -42,9 +42,19 @@
-->
<listitem>
- <para>January 25th, 2010</para>
+ <para>January 27th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Moved /usr/X11R6 compatibility symlink to xorg-libs
+ page.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>January 26th, 2010</para>
+ <itemizedlist>
+ <listitem>
<para>[dj] - Modified LessTif instructions to account for alternate
Xorg installation prefix.</para>
</listitem>
Modified: trunk/BOOK/x/installing/x7lib.xml
===================================================================
--- trunk/BOOK/x/installing/x7lib.xml 2010-01-27 03:44:16 UTC (rev 8227)
+++ trunk/BOOK/x/installing/x7lib.xml 2010-01-27 05:01:01 UTC (rev 8228)
@@ -153,12 +153,13 @@
<para>If you've chosen to install <application>Xorg</application> into
<filename class="directory">/usr</filename>, then no further
configuration is necessary and you can skip the rest of this section.
- If you've opted for an alternate prefix, you should create two symlinks
+ If you've opted for an alternate prefix, you should create three symlinks
to satisfy the expected environment of several packages.
Execute the following commands as the root user:</para>
<screen role="root"><userinput>ln -sv $XORG_PREFIX/lib/X11 /usr/lib/X11
&&
-ln -sv $XORG_PREFIX/include/X11 /usr/include/X11</userinput></screen>
+ln -sv $XORG_PREFIX/include/X11 /usr/include/X11 &&
+ln -sv $XORG_PREFIX /usr/X11R6</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page