diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
commit | 6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch) | |
tree | 6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /entities/bash.ent | |
parent | 7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff) |
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/bash.ent')
-rw-r--r-- | entities/bash.ent | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/entities/bash.ent b/entities/bash.ent index a32c43982..75117fa08 100644 --- a/entities/bash.ent +++ b/entities/bash.ent @@ -1,4 +1,5 @@ <!ENTITY c4-bash SYSTEM "../chapter04/bash.xml"> +<!ENTITY c4-bash-patch SYSTEM "../chapter04/bash-patch.xml"> <!ENTITY c5-bash SYSTEM "../chapter05/bash.xml"> <!ENTITY c5-bash-inst SYSTEM "../chapter05/bash-inst.xml"> @@ -12,12 +13,14 @@ <!ENTITY aa-bash-dep SYSTEM "../appendixa/bash-dep.xml"> <!ENTITY aa-bash-down SYSTEM "../appendixa/bash-down.xml"> -<!ENTITY bash-version "2.05a"> +<!ENTITY bash-version "2.05b"> <!ENTITY bash-depversion "2.05a"> <!ENTITY bash-contversion "2.05a"> <!ENTITY bash-package "bash-&bash-version;.tar.bz2"> <!ENTITY bash-dir "bash-&bash-version;"> <!ENTITY bash-size "1,766 KB"> +<!ENTITY bash-patch-version "2.05b"> +<!ENTITY bash-patch-size "4 KB"> <!ENTITY bash-compsize-static "24 MB"> <!ENTITY bash-time-static "1 SBU"> |