aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-17 18:58:27 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-17 18:58:27 +0000
commitb9d07ccec3128be28fdd67a247fb8225ed8ad183 (patch)
treeb5be2680cec2a8e870ee0b6920eeb590b49505b8
parent3554fa3aafd8e48de8ff0b7900ab3b34d0fe569c (diff)
added chown root.root $LFS/usr/include/linux
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/kernel-inst.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index 87c7a9509..3975d654c 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -23,6 +23,7 @@ The kernel configuration file is created by running the following command:
<userinput>chown root.root $LFS/usr/include/linux -R &amp;&amp;</userinput>
<userinput>mkdir asm &amp;&amp;</userinput>
<userinput>cp -a ../src/linux/include/asm/* asm &amp;&amp;</userinput>
+<userinput>chown root.root $LFS/usr/include/linux -R &amp;&amp;</userinput>
<userinput>chown root.root $LFS/usr/include/asm -R</userinput>
</screen>
</para>