diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 97525bd11..59f14e23c 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -39,10 +39,12 @@ make[1]: *** [install] Error 1 make[1]: Leaving directory `/mnt/lfs/usr/src/bash-&bash-version;/doc' make: [install] Error 2 (ignored)</screen></blockquote> -<para>then that means that you are probably using Debian, and that you have an -old version of the texinfo package. This error is not severe by any means: the -info pages will be installed when we recompile bash dynamically in -Chapter 6, so you can ignore it.</para> +<para>then that means that you are probably using Debian-2.2 (potato), and +that you have an old version of the texinfo package. This error is not +severe by any means: the info pages will be installed when we recompile bash +dynamically in Chapter 6, so you can ignore it. It is reported that the +current release of Debian (3.0; also known as Woody) doesn't have this +problem.</para> </sect2> |