#2801: Python docs tarball is incorrect in instructions
-------------------------------------+--------------------------------------
Reporter: d...@… | Owner: blfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.4
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-------------------------------------+--------------------------------------
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
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2801>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page