From 21651dc45e728f69c375f82f903d402b4a137adf Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 14 Apr 2001 03:14:54 +0000 Subject: Updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@496 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-inst.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'chapter06/man-inst.xml') diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index c23c47916..b3e9eec8f 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -7,14 +7,18 @@ Install Man by running the following commands:
- sed -e 's|in \(.*\$PATH\)|in `echo \1`|' - configure > tmp~ && + sed -e 's|in \(.*\$PATH\)|in `echo \1`|' + \ +    configure > tmp~ + && mv tmp~ configure && chmod 755 configure && ./configure -default && make && make install && - sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ /usr/sbin/makewhatis + sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ + \ +    /usr/sbin/makewhatis > makewhatis-new && mv makewhatis-new /usr/sbin/makewhatis && -- cgit v1.2.3-54-g00ecf