Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#2801 closed task (fixed)

Python docs tarball is incorrect in instructions

Reported by: DJ Lucas Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Book currently has:

tar --strip-components=1 \
    --no-same-owner \
    --no-same-permissions \
    -C /usr/share/doc/Python-2.6.1/html \
    -xvf ../html-2.6.tar.bz2

I believe it should be:

tar --strip-components=1 \
    --no-same-owner \
    --no-same-permissions \
    -C /usr/share/doc/Python-2.6.1/html \
    -xvf ../python-2.6-docs-html.tar.bz2

Change History (2)

comment:1 by bdubbs@…, 15 years ago

Resolution: fixed
Status: newclosed

Indeed. I had to go through about three iterations to get the name right in the additional downloads section and completely missed the actual instruction. At least it was right in my script. :)

Fixed at revision 7713.

comment:2 by (none), 13 years ago

Milestone: 6.4

Milestone 6.4 deleted

Note: See TracTickets for help on using tickets.