aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r--chapter05/kernel-exp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml
index e2fd20581..a5dc8550a 100644
--- a/chapter05/kernel-exp.xml
+++ b/chapter05/kernel-exp.xml
@@ -28,10 +28,10 @@ needing later on.
<para>
<userinput>cp -R ../src/linux/include/linux .</userinput> and
-<userinput>cp -R ../src/linux/include/asm .</userinput>: These
-commands copy the kernel headers in the <filename>$LFS/usr/include</filename>
-directory. For details on why we don't link to these directories
-(anymore), and instead copy them, please refer to the
+<userinput>mkdir asm &amp;&amp; cp -a ../src/linux/include/asm/* .</userinput>:
+These commands copy the kernel headers in the
+<filename>$LFS/usr/include</filename> directory. For details on why we don't
+link to these directories (anymore), and instead copy them, please refer to the
<filename>README</filename> file in the kernel source.
</para>