aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernel-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/kernel-inst.xml')
-rw-r--r--chapter06/kernel-inst.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml
index 9f5ba999f..bcb710bfe 100644
--- a/chapter06/kernel-inst.xml
+++ b/chapter06/kernel-inst.xml
@@ -12,8 +12,7 @@ and copy the header files to where they will be found by these packages.</para>
make mrproper &amp;&amp;
make include/linux/version.h &amp;&amp;
make symlinks &amp;&amp;
-mkdir /usr/include/asm &amp;&amp;
-cp include/asm/* /usr/include/asm &amp;&amp;
+cp -HR include/asm /usr/include &amp;&amp;
cp -R include/asm-generic /usr/include &amp;&amp;
cp -R include/linux /usr/include &amp;&amp;
touch /usr/include/linux/autoconf.h &amp;&amp;