aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/kernel-exp.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:27:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-10 04:27:56 +0000
commit017a4f4aa2faef975f7dcc847b8914e86a4c4927 (patch)
tree5e61f08c82143e6890d6cafc6be9d05121cef9ae /chapter05/kernel-exp.xml
parentceb35fb92751e6d17fd10add11469f32eac31392 (diff)
Simplified symbolic link creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r--chapter05/kernel-exp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml
index 1ff6f17ee..e97e6a23e 100644
--- a/chapter05/kernel-exp.xml
+++ b/chapter05/kernel-exp.xml
@@ -20,8 +20,8 @@ needing later on.
</para>
<para>
-<userinput>ln -s ../src/linux/include/linux linux</userinput> and
-<userinput>ln -s ../src/linux/include/asm asm:</userinput> These
+<userinput>ln -s ../src/linux/include/linux</userinput> and
+<userinput>ln -s ../src/linux/include/asm:</userinput> These
commands create the linux and asm symlinks in the $LFS/usr/include
directory that point to the proper directories in the Linux source tree.
Packages that need kernel headers include them with lines like #include