Opened 18 years ago

Closed 18 years ago

#1706 closed defect (wontfix)

6.37.1. Installation of Bash

Reported by: anonymous Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: 6.1.1
Severity: normal Keywords:
Cc:

Description

6.37.1. Installation of Bash

tar -xvf ../bash-doc-3.0.tar.gz && sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-3.0|" \

Makefile.in

should be ...

tar -xvjf ../bash-doc-3.0.tar.bz2 && sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-3.0|" \

Makefile.in

Change History (1)

comment:1 by Jeremy Huntwork, 18 years ago

Resolution: wontfix
Status: newclosed

No, the original line is just fine. The link we use in the book, ftp://ftp.gnu.org/gnu/bash/ contains a tarball in the .gz format. Also, at this point in the book, there is no need to specify a 'z' or 'j' in the tar flags. Tar >= 1.15 has the ability to automatically discover a tarball's compression type, and at this point in the book we know you are using that version of tar.

Marking as wontfix, but thanks for your effort.

Note: See TracTickets for help on using tickets.