diff options
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 0e4df4569..e2fd20581 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -27,8 +27,8 @@ needing later on. </para> <para> -<userinput>cp -a ../src/linux/include/linux .</userinput> and -<userinput>cp -a ../src/linux/include/asm .</userinput>: These +<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 |