diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 06:11:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-08 06:11:33 +0000 |
commit | 18d22e6caabdc29982c853675abd1bfa8e1c2115 (patch) | |
tree | d186456d2416eb6c0f5ee9dcd3b655d5ecc727cc | |
parent | 77a264e9f84ec5182f20ebe5ff1a2e2fb06c8be8 (diff) |
Fixup
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 68c75abec..d8b509895 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -54,10 +54,6 @@ Unicode, therefore libiconv is not required on an LFS system.</para> </note> - <para>First fix a minor problem when installing the tzselect script:</para> - -<screen><userinput remap="pre">sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen> - <para>Some of the Glibc programs use non-FHS compilant <filename class="directory">/var/db</filename> directory to store their runtime data. Apply the following patch to make such programs |