diff options
Diffstat (limited to 'chapter06/procps-inst.xml')
-rw-r--r-- | chapter06/procps-inst.xml | 5 |
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 - - &&</userinput> - <userinput>sed "s/XConsole/#XConsole/" Makefile | make -f - install + <userinput>make &&</userinput> + <userinput>make XSCPT='' install &&</userinput> <userinput>mv /usr/bin/kill /bin</userinput> |