diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-14 05:56:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-14 05:56:10 +0000 |
commit | 30e3448118311b918e74d9332cc8fe1af89311fc (patch) | |
tree | ec91a55d5fbf18063cb1712dd9675b470ee0a2a0 /entities/chapter08.ent | |
parent | fc5e9d7f69ad939909ea1cf391edd1290910feed (diff) |
fix paths
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/chapter08.ent')
-rw-r--r-- | entities/chapter08.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/entities/chapter08.ent b/entities/chapter08.ent index 796d0b1bd..702527aa5 100644 --- a/entities/chapter08.ent +++ b/entities/chapter08.ent @@ -1,3 +1,3 @@ -<!ENTITY chapter08 SYSTEM "chapter08/chapter08.xml"> -<!ENTITY c8-introduction SYSTEM "chapter08/introduction.xml"> -<!ENTITY c8-fstab SYSTEM "chapter08/fstab.xml"> +<!ENTITY chapter08 SYSTEM "../chapter08/chapter08.xml"> +<!ENTITY c8-introduction SYSTEM "../chapter08/introduction.xml"> +<!ENTITY c8-fstab SYSTEM "../chapter08/fstab.xml"> |