From 5f4af765faa78415b2b9e66e67d957bece56a8df Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 20 Jul 2001 19:18:22 +0000 Subject: [PATCH] removed duplicate chown of $LFS/usr/include/linux clarified what the chown's do git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-exp.xml | 4 ++-- chapter05/kernel-inst.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 517e5faa3..573ddb1b4 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -38,8 +38,8 @@ These commands copy the kernel headers in the chown root.root $LFS/usr/include/asm -R : These commands change the ownership of the $LFS/usr/include/linux and the -$LFS/usr/include/asm directories to the user -root and group root. +$LFS/usr/include/asm directories, plus all the +files contained therein to the user root and group root. diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 3975d654c..87c7a9509 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -23,7 +23,6 @@ The kernel configuration file is created by running the following command: chown root.root $LFS/usr/include/linux -R && mkdir asm && cp -a ../src/linux/include/asm/* asm && -chown root.root $LFS/usr/include/linux -R && chown root.root $LFS/usr/include/asm -R