diff --git a/general.ent b/general.ent
index 5eff5a3036..f092179867 100644
--- a/general.ent
+++ b/general.ent
@@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
-
+
diff --git a/general/genutils/xterm.xml b/general/genutils/xterm.xml
index 8a1b08ad2d..8f7af77583 100644
--- a/general/genutils/xterm.xml
+++ b/general/genutils/xterm.xml
@@ -80,7 +80,7 @@
echo -e '\tkbs=\\177,' >>terminfo &&
TERMINFO=/usr/lib/terminfo ./configure $XORG_CONFIG \
--enable-luit --enable-wide-chars \
- --with-app-defaults=$XORG_PREFIX/share/X11/app-defaults &&
+ --with-app-defaults=/etc/X11/app-defaults &&
make
This package does not come with a test suite.
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 4f7c86dcc8..fcd5cef61a 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -28,7 +28,7 @@
- October 12th
+ October 14th, 2010
+
+
+ [dj] - Removed FHS section of X Setup page and corrected
+ in the installation instructions for individual packages. Thanks to
+ linux fan
for the suggestions.
+
+
+
+
+
+ October 12th, 2010
[ken] - Updated to Gimp-2.6.8. Fixes ticket
@@ -55,7 +66,7 @@
- October 10th
+ October 10th, 2010
[ken] - Added new package, Babl-0.1.2. Fixes ticket
@@ -69,7 +80,7 @@
- September 27th
+ September 27th, 2010
[ken] - Marked a few packages that are known to be OK with LFS-6.7.
diff --git a/x/installing/x-setup.xml b/x/installing/x-setup.xml
index 25827f7e23..312adbc3ab 100644
--- a/x/installing/x-setup.xml
+++ b/x/installing/x-setup.xml
@@ -51,7 +51,7 @@
ln -vsf <$XORG_PREFIX> /usr/X11R6
- Packages in Xorg store their configuration files in
+
diff --git a/x/installing/x7app.xml b/x/installing/x7app.xml
index 7ee8b896ee..9f63d3115e 100644
--- a/x/installing/x7app.xml
+++ b/x/installing/x7app.xml
@@ -101,7 +101,19 @@ md5sum -c ../app-&xorg7-release;.md5
Install the applications by running the following commands for each
package:
-./configure $XORG_CONFIG &&
+case $(basename "$PWD") in
+ twm-[0-9]* )
+ sed -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' \
+ -i src/Makefile.in &&
+ ./configure $XORG_CONFIG
+ ;;
+xinit-[0-9]* )
+ ./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defautls
+ ;;
+ * )
+ ./configure $XORG_CONFIG
+ ;;
+esac &&
make
These packages do not provide test suites.
diff --git a/x/installing/x7lib.xml b/x/installing/x7lib.xml
index 5f95f4ad10..169bb49808 100644
--- a/x/installing/x7lib.xml
+++ b/x/installing/x7lib.xml
@@ -113,6 +113,10 @@ libXfont-[0-9]* )
libX11-[0-9]* )
./configure $XORG_CONFIG --without-xcb
;;
+ libXt-[0-9]* )
+ ./configure $XORG_CONFIG \
+ --with-appdefaultdir=/etc/X11/app-defaults
+ ;;
* )
./configure $XORG_CONFIG
;;