diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:47 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-11 12:02:47 +0000 |
commit | f27835d93f9d4244e585e3aa47bd74bd9b06cbec (patch) | |
tree | c8930a05c6d347620595cc1fc64d450e7586976f /entities/make.ent | |
parent | 313e096081b296d7993c5fa688a25954de15ad63 (diff) |
Adapting the required disk space sizes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/make.ent')
-rw-r--r-- | entities/make.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/entities/make.ent b/entities/make.ent index 66f208df2..64ea689fd 100644 --- a/entities/make.ent +++ b/entities/make.ent @@ -17,8 +17,8 @@ <!ENTITY make-package "make-&make-version;.tar.bz2"> <!ENTITY make-size "899 KB"> -<!ENTITY make-compsize-static "8 MB"> -<!ENTITY make-time-static "0.2 SBU"> +<!ENTITY make-compsize-tools "8.8 MB"> +<!ENTITY make-time-tools "0.2 SBU"> -<!ENTITY make-compsize "6 MB"> +<!ENTITY make-compsize "8.8 MB"> <!ENTITY make-time "0.2 SBU"> |