diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 19:12:19 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 19:12:19 +0000 |
commit | b175687da8cddb861ee6725d52391ee829e10ad8 (patch) | |
tree | e044e8f92c91e099cfa6551d8aad58531c179df0 /chapter06/procps-inst.xml | |
parent | b3b1237674bb1bc75afd3bbbe3eea0f35bceb312 (diff) |
More from Zack: Ncurses symlinks fixes, procps removal of XSCPT=, --without-debug for ncurses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps-inst.xml')
-rw-r--r-- | chapter06/procps-inst.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index 619457799..c9b8fd8d5 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -16,13 +16,7 @@ the patch:</para> <para>Finish installing the package:</para> -<para><screen><userinput>make XSCPT="" install</userinput></screen></para> - -<para>The <emphasis>XSCPT</emphasis> option will set the Makefile -variable XSCPT to an empty value so that XConsole installation is -disabled. Otherwise, <userinput>make install</userinput> tries to -copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That -directory does not exist because X is not installed.</para> +<para><screen><userinput>make install</userinput></screen></para> </sect2> |