diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-07 02:53:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-07 02:53:47 +0000 |
commit | 9b7a9843c5351ff4ac2ec422fa62e4ee6e56ae1f (patch) | |
tree | 056b3c6e20700b6cddf8738c6f04de746a95ff43 /chapter06 | |
parent | f62e21bdab6b4b23de1e839b000cec08fc781e03 (diff) |
Updated installation instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/psmisc-inst.xml | 4 | ||||
-rw-r--r-- | chapter06/utillinux-inst.xml | 4 |
2 files changed, 3 insertions, 5 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 - - &&</userinput> + <userinput>./configure --prefix=/usr &&</userinput> + <userinput>make &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index d75e3387f..9f875eee2 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -7,9 +7,7 @@ Install Util-Linux by running the following commands: <blockquote><literallayout> - <userinput>sed -e s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput> - <userinput> -e s/HAVE_TSORT=no/HAVE_TSORT=yes/ - \</userinput> + <userinput>sed s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput> <userinput> MCONFIG > MCONFIG~ &&</userinput> <userinput>mv MCONFIG~ MCONFIG &&</userinput> |