From 34e45fc4f253b478583faed3e1f2a2657a00583a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 24 Feb 2007 16:03:57 +0000 Subject: 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 --- chapter06/linux-headers.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'chapter06') 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 - Ensure that all the headers are owned by root: - -chown -Rv root:root /usr/include/{asm,linux} - - Make sure the users can read the headers: - -find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \; -find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \; - -- cgit v1.2.3-54-g00ecf