aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-09 21:32:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-09 21:32:17 +0000
commit321d948c392292c1ae55e02edd8a442a3c6d8e41 (patch)
treecdfa9d6dd33d2c55e64590f6a37090f7f6315259
parentfa4008a8ebed7f60184eab3ed40082cb96f946af (diff)
XConsole is installed in /usr/X11R6/lib/app-defaults
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/procps-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/procps-exp.xml b/chapter06/procps-exp.xml
index 87e7c9a13..afb57f667 100644
--- a/chapter06/procps-exp.xml
+++ b/chapter06/procps-exp.xml
@@ -4,8 +4,8 @@
<para><userinput>make XSCPT='' install:</userinput>
This will set the Makefile variable XSCPT to an empty value so that
the XConsole installation is disabled. Otherwise "Make install" tries to
-copy the file XConsole to /usr/X11R6/bin.
-And that directory does not exist, because X is not installed yet.</para>
+copy the file XConsole to /usr/X11R6/lib/app-defaults. And that directory
+does not exist, because X is not installed yet.</para>
</sect2>