diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-18 15:50:52 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-18 15:50:52 +0000 |
commit | 8dffa04af3d57467169cf3aba590b2f7c9988f61 (patch) | |
tree | dd185cfef1982176f275ab06b0df8c3dbb9d148c /chapter05 | |
parent | b5acab6376b46a41fe0f52db5156800ffb844e79 (diff) |
Dropped the chmod's that I added a few days earlier. They are not needed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/util-linux.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 0c5624d0d..7561ddd84 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -36,8 +36,7 @@ by applying the following patch:</para> from the <filename class="directory">/tools</filename> directory. This is fixed by altering the configure script:</para> -<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure -chmod 755 configure</userinput></screen> +<screen><userinput>sed -i 's@/usr/include@/tools/include@g' configure</userinput></screen> <para>Prepare Util-linux for compilation:</para> |