aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps-inst.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-30 23:43:09 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-30 23:43:09 +0000
commit123880fa3b906bacae2ebda392a0ed99eda4edc3 (patch)
treee4684e46f798bd31ec932a359648d63c03d7a062 /chapter06/procps-inst.xml
parent60c3d93571e2235e46938e9760ff182cf055910d (diff)
easier procps-installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps-inst.xml')
-rw-r--r--chapter06/procps-inst.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml
index 917def8c5..f89712ad0 100644
--- a/chapter06/procps-inst.xml
+++ b/chapter06/procps-inst.xml
@@ -7,9 +7,8 @@ Install Procps by running the following commands:
<blockquote><literallayout>
- <userinput>sed "s/XConsole/#XConsole/" Makefile | make -f -
- &amp;&amp;</userinput>
- <userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - install
+ <userinput>make &amp;&amp;</userinput>
+ <userinput>make XSCPT='' install
&amp;&amp;</userinput>
<userinput>mv /usr/bin/kill /bin</userinput>