From 9b7a9843c5351ff4ac2ec422fa62e4ee6e56ae1f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 7 Apr 2001 02:53:47 +0000 Subject: Updated installation instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/psmisc-inst.xml | 4 ++-- chapter06/utillinux-inst.xml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'chapter06') 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:
- sed "s/-ltermcap/-lncurses/" Makefile | make -f - - && + ./configure --prefix=/usr && + make && make install
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:
- sed -e s/HAVE_SLN=no/HAVE_SLN=yes/ \ -    -e s/HAVE_TSORT=no/HAVE_TSORT=yes/ - \ + sed s/HAVE_SLN=no/HAVE_SLN=yes/ \    MCONFIG > MCONFIG~ && mv MCONFIG~ MCONFIG && -- cgit v1.2.3-54-g00ecf