diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 23:58:02 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-08 23:58:02 +0000 |
commit | 0a192e2dd06597a48d00df19a6c2d50b72c0dbd9 (patch) | |
tree | 5f824058228f7c54edcba7f16be4ae206e1ad5c1 /chapter06/man-inst.xml | |
parent | d5062b81e55a6679d1d7c49f955b16275e190814 (diff) |
fixed man install problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r-- | chapter06/man-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <userinput>do sed s/gawk/awk/g $i > $i.fixed</userinput> <userinput>mv $i.fixed $i</userinput> <userinput>done</userinput> +<userinput>chmod 700 configure &&</userinput> <userinput>./configure -default &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput></screen></para> |