aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r--chapter05/kernel-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml
index 0ed696855..f15a4bc5c 100644
--- a/chapter05/kernel-inst.xml
+++ b/chapter05/kernel-inst.xml
@@ -18,8 +18,8 @@ The kernel configuration file is created by running the following command:
<userinput>yes "" | make config &amp;&amp;</userinput>
<userinput>make dep &amp;&amp;</userinput>
<userinput>cd $LFS/usr/include &amp;&amp;</userinput>
- <userinput>cp -a ../src/linux/include/linux . &amp;&amp;</userinput>
- <userinput>cp -a ../src/linux/include/asm .</userinput>
+ <userinput>cp -R ../src/linux/include/linux . &amp;&amp;</userinput>
+ <userinput>cp -R ../src/linux/include/asm .</userinput>
</literallayout></blockquote>
</sect2>