From 72d67c996e2b3009907092cfea8bc37541a6cf8a Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Tue, 3 Apr 2001 20:16:22 +0000 Subject: removed uneccary don't enter dir - message git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-inst.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index f2f3b3b63..c23c47916 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -7,6 +7,10 @@ Install Man by running the following commands:
+ sed -e 's|in \(.*\$PATH\)|in `echo \1`|' + configure > tmp~ && + mv tmp~ configure && + chmod 755 configure && ./configure -default && make && make install && @@ -19,4 +23,3 @@ Install Man by running the following commands:
- -- cgit v1.2.3-54-g00ecf