diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-08 06:04:31 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-08 06:04:31 +0000 |
commit | 2723b394fc36c461bbd26e64d2aa94e1d16e40b2 (patch) | |
tree | 64e5f6a6d4bbdb9d09636148616b1a52b35a5d42 /chapter06 | |
parent | 6267e8ec359d9a3746be42d0728f7aa197fa48e5 (diff) |
Small entity fixup.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 9ac69ac01..83f614ed4 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -94,11 +94,11 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen></para> <para>Finally, build the linuxthreads man pages:</para> -<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man</userinput></screen></para> +<para><screen><userinput>make -C ../&glibc-dir;/linuxthreads/man</userinput></screen></para> <para>And install these pages:</para> -<para><screen><userinput>make -C ../glibc-2.3.2/linuxthreads/man install</userinput></screen></para> +<para><screen><userinput>make -C ../&glibc-dir;/linuxthreads/man install</userinput></screen></para> </sect2> |