At ch. 6.37.1 Installation of Bash the command reads:
tar -xvf ../bash-doc-3.0.tar.gz
The 6.1.1 lfs-packages has a bash-doc-3.0.tar.bz2
file.
no real difference, just a different compression method, anyway, seems
that's a character missing in your explanation... it's not tar -xvf
../bash-doc-3.0.tar.gz, but tar -xvzf ../bash-doc-3.0.tar.gz, and if the
file you have is .tar.bz2 replace the 'z' with a 'j' so it reads: tar -xvjf
bash-doc-3.0.tar.bz2. easy ;)
hope that helps (a bit, at least...),
Julio
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page