From d39f322dd7f273c9e41d85a4d7ff4a0f5dd42f92 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans <gerard@linuxfromscratch.org> Date: Fri, 29 Jun 2001 18:14:51 +0000 Subject: [PATCH] Updated explanation to talk about cp -a, not cp -R git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-exp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index a89022963..517e5faa3 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -27,7 +27,7 @@ needing later on. </para> <para> -<userinput>cp -R ../src/linux/include/linux .</userinput> and +<userinput>cp -a ../src/linux/include/linux .</userinput> and <userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>: These commands copy the kernel headers in the <filename>$LFS/usr/include</filename> directory.