diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-16 13:54:27 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-16 13:54:27 +0000 |
commit | 4b3ac5083d33ef4ee6b1f9784e196cfb1717c8d1 (patch) | |
tree | a92ee3aa686394cfbd1f43100c103dbb3624b022 /chapter06/man.xml | |
parent | 9c73bc302240efec59a1dfb5d24d0fefb3412c96 (diff) |
Fix permissions of files that have been edited inline by sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r-- | chapter06/man.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 54f7174a6..5050a6c52 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -40,7 +40,8 @@ width instead of being limited to 80 characters:</para> switch to the <emphasis>PAGER</emphasis> variable so that escape sequences are properly handled by Less:</para> -<screen><userinput>sed -i 's@-is@&R@g' configure</userinput></screen> +<screen><userinput>sed -i 's@-is@&R@g' configure +chmod 755 configure</userinput></screen> <para>The third is also a sed substitution to comment out the <quote>MANPATH /usr/man</quote> line in the <filename>man.conf</filename> file to prevent |