diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 21:46:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 21:46:44 +0000 |
commit | 37ad07ac3f1c199e6648c15dc3be3535f1472158 (patch) | |
tree | 2476f9ba4fccd28814ce90ce59a8968566c8cf6a /entities | |
parent | aafceef9609b15d93694b1eab234e092601d097c (diff) |
Must install Glibc in chapter 5. Fix c5-glibc entity. Moved tcl, expect and dejagnu installation to after locking in glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities')
-rw-r--r-- | entities/glibc.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/glibc.ent b/entities/glibc.ent index fc0e7c73f..bc44df6ff 100644 --- a/entities/glibc.ent +++ b/entities/glibc.ent @@ -2,7 +2,7 @@ <!ENTITY c4-glibc-threads SYSTEM "../chapter04/glibc-threads.xml"> <!ENTITY c4-glibc-patch SYSTEM "../chapter04/glibc-patch.xml"> -<!ENTITY c5-glibc SYSTEM "../chapter05/glibc-xml"> +<!ENTITY c5-glibc SYSTEM "../chapter05/glibc.xml"> <!ENTITY c5-glibc-inst SYSTEM "../chapter05/glibc-inst.xml"> <!ENTITY c6-glibc SYSTEM "../chapter06/glibc.xml"> |