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/tar.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/tar.ent')
-rw-r--r-- | entities/tar.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/tar.ent b/entities/tar.ent index 423c6c284..ba7285513 100644 --- a/entities/tar.ent +++ b/entities/tar.ent @@ -14,11 +14,11 @@ <!ENTITY tar-depversion "1.13"> <!ENTITY tar-contversion "1.13"> <!ENTITY tar-dir "tar-&tar-version;"> -<!ENTITY tar-package "tar-&tar-version;.tar.bz2"> +<!ENTITY tar-package "tar-&tar-version;.tar.gz"> <!ENTITY tar-size "1,281 KB"> -<!ENTITY tar-compsize-static "10 MB"> -<!ENTITY tar-time-static "0.2 SBU"> +<!ENTITY tar-compsize-tools "10 MB"> +<!ENTITY tar-time-tools "0.2 SBU"> -<!ENTITY tar-compsize "6 MB"> +<!ENTITY tar-compsize "10 MB"> <!ENTITY tar-time "0.2 SBU"> |