aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-02-24 16:03:57 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-02-24 16:03:57 +0000
commit34e45fc4f253b478583faed3e1f2a2657a00583a (patch)
treea3c9cf8f234d0e871a7c230054253794cdd3242b /chapter06
parent12b905ac95b1e2575cb7eda63793f63e1dfef1a5 (diff)
Removed chmod and chown commands from linux headers installation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7944 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/linux-headers.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index 91e632294..8785cfd32 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -46,15 +46,6 @@
make headers_check
make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
- <para>Ensure that all the headers are owned by root:</para>
-
-<screen><userinput>chown -Rv root:root /usr/include/{asm,linux}</userinput></screen>
-
- <para>Make sure the users can read the headers:</para>
-
-<screen><userinput>find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \;
-find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;</userinput></screen>
-
</sect2>
<sect2 id="contents-linux-headers" role="content">