aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-07 02:53:47 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-07 02:53:47 +0000
commit9b7a9843c5351ff4ac2ec422fa62e4ee6e56ae1f (patch)
tree056b3c6e20700b6cddf8738c6f04de746a95ff43 /chapter06/psmisc-inst.xml
parentf62e21bdab6b4b23de1e839b000cec08fc781e03 (diff)
Updated installation instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc-inst.xml')
-rw-r--r--chapter06/psmisc-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/psmisc-inst.xml b/chapter06/psmisc-inst.xml
index bb827be7f..e00629db7 100644
--- a/chapter06/psmisc-inst.xml
+++ b/chapter06/psmisc-inst.xml
@@ -7,8 +7,8 @@ Install Psmisc by running the following commands:
<blockquote><literallayout>
- <userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f -
- &amp;&amp;</userinput>
+ <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
+ <userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>