From 0a192e2dd06597a48d00df19a6c2d50b72c0dbd9 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 8 Aug 2001 23:58:02 +0000 Subject: [PATCH] fixed man install problem git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man-inst.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 963a083ca..ef36275a8 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -7,6 +7,7 @@ do sed s/gawk/awk/g $i > $i.fixed mv $i.fixed $i done +chmod 700 configure && ./configure -default && make && make install