diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-27 20:07:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-27 20:07:06 +0000 |
commit | 9a69cc7565b644585e5153fd8fecb52b1c45e1f9 (patch) | |
tree | 15bc7dc9eac5423945cf7c3fab308f258f2830cc /chapter05/kernel-exp.xml | |
parent | d0bec3dc8beb4d0f87a56d40a924d59c9bfda762 (diff) |
typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 4344904a2..d2ebfba88 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -21,7 +21,8 @@ aforementioned files in $LFS/usr/src/linux/include/linux we will be needing later on.</para> <para><userinput>cp -a ../src/linux/include/linux .</userinput> and -<userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>: +<userinput>mkdir asm && cp -a ../src/linux/include/asm/* +asm</userinput>: These commands copy the kernel headers in the <filename>$LFS/usr/include</filename> directory.</para> |