diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-11-07 16:49:27 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-11-07 16:49:27 +0000 |
commit | 8262e52b1ef6464d7f54cd3965a5e652125f7ee2 (patch) | |
tree | 32d5ee69a5d9ba15744c1002c78d07a1773cbc0b | |
parent | 3373aa3127fd99c02ce82116d770adc8fff7271b (diff) |
Fix temp symlink in Chapter 6 bc package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11482 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/bc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index e538c0466..48ea215fb 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -63,7 +63,7 @@ EOF</userinput></screen> this chapter.</para> <screen><userinput remap="pre">ln -sv /tools/lib/libncursesw.so.6 /usr/lib/libncursesw.so.6 -ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen> +ln -sfv libncursesw.so.6 /usr/lib/libncurses.so</userinput></screen> <para>Fix an issue in <command>configure</command> due to missing files in the early stages of LFS:</para> |