diff options
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> |