diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-20 19:18:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-20 19:18:22 +0000 |
commit | 5f4af765faa78415b2b9e66e67d957bece56a8df (patch) | |
tree | c9fd14131df8a42a2346066c73e1b43cf4d23a8c /chapter05/kernel-inst.xml | |
parent | 04d01d7b0c5cd48bd730e4e6c8443e9dd79ad030 (diff) |
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
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r-- | chapter05/kernel-inst.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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: <userinput>chown root.root $LFS/usr/include/linux -R &&</userinput> <userinput>mkdir asm &&</userinput> <userinput>cp -a ../src/linux/include/asm/* asm &&</userinput> -<userinput>chown root.root $LFS/usr/include/linux -R &&</userinput> <userinput>chown root.root $LFS/usr/include/asm -R</userinput> </screen> </para> |