Author: dnicholson
Date: 2006-12-20 11:44:26 -0700 (Wed, 20 Dec 2006)
New Revision: 6376
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genutils/xterm.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x-setup.xml
trunk/BOOK/x/installing/xorg7.xml
Log:
Dropped --datadir switch for Xorg-7
Modified: trunk/BOOK/general/genutils/xterm.xml
===================================================================
--- trunk/BOOK/general/genutils/xterm.xml 2006-12-19 16:23:41 UTC (rev
6375)
+++ trunk/BOOK/general/genutils/xterm.xml 2006-12-20 18:44:26 UTC (rev
6376)
@@ -77,7 +77,8 @@
following commands:</para>
<screen><userinput>./configure $XORG_CONFIG \
- --enable-luit --with-wide-chars &&
+ --enable-luit --with-wide-chars \
+ --with-app-default=$XORG_PREFIX/share/X11/app-defaults&&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-12-19 16:23:41 UTC (rev 6375)
+++ trunk/BOOK/general.ent 2006-12-20 18:44:26 UTC (rev 6376)
@@ -1,4 +1,4 @@
-<!ENTITY day "11"> <!-- Always 2 digits -->
+<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-12-19 16:23:41 UTC
(rev 6375)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-12-20 18:44:26 UTC
(rev 6376)
@@ -42,6 +42,19 @@
-->
<listitem>
+ <para>December 20th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Removed the --datadir setting for Xorg-7.
+ Some packages had broken configurations that caused files to
+ be installed to the wrong location. Forcing ${datadir} to
+ match ${libdir} worked around these problems, but they have
+ now been resolved properly upstream.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 15th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/installing/x-setup.xml
===================================================================
--- trunk/BOOK/x/installing/x-setup.xml 2006-12-19 16:23:41 UTC (rev 6375)
+++ trunk/BOOK/x/installing/x-setup.xml 2006-12-20 18:44:26 UTC (rev 6376)
@@ -138,8 +138,9 @@
<screen><userinput role="root">mkdir $XORG_PREFIX/lib/X11/twm &&
ln -svt /etc/X11 \
- $XORG_PREFIX/lib/X11/{app-defaults,twm,xkb,fs,lbxproxy,proxymngr} \
- $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xserver,xsm}</userinput></screen>
+ $XORG_PREFIX/lib/X11/{twm,xkb,fs,lbxproxy,proxymngr} \
+ $XORG_PREFIX/lib/X11/{rstart,xdm,xinit,xserver,xsm} \
+ $XORG_PREFIX/share/X11/app-defaults</userinput></screen>
<para>As the <systemitem class="username">root</systemitem> user, create
<filename>.xinitrc</filename>:</para>
Modified: trunk/BOOK/x/installing/xorg7.xml
===================================================================
--- trunk/BOOK/x/installing/xorg7.xml 2006-12-19 16:23:41 UTC (rev 6375)
+++ trunk/BOOK/x/installing/xorg7.xml 2006-12-20 18:44:26 UTC (rev 6376)
@@ -125,7 +125,7 @@
<envar>XORG_CONFIG</envar> variable to use for substitution:</para>
<screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc
\
- --localstatedir=/var --datadir=$XORG_PREFIX/lib"</userinput></screen>
+ --localstatedir=/var"</userinput></screen>
<para>If you've decided to use an alternate prefix, be sure to add
<filename class="directory">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page