diff options
Diffstat (limited to 'dev-python/python-docs/python-docs-2.2.2.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-docs/python-docs-2.2.2.ebuild b/dev-python/python-docs/python-docs-2.2.2.ebuild index ef4451bc082a..4655cdea232d 100644 --- a/dev-python/python-docs/python-docs-2.2.2.ebuild +++ b/dev-python/python-docs/python-docs-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.6 2003/06/22 12:16:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.2.ebuild,v 1.7 2003/09/06 23:32:28 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -14,8 +14,8 @@ KEYWORDS="x86 ppc sparc alpha" src_unpack() { mkdir ${S} - cd ${S} - unpack ${A} + cd ${S} + unpack ${A} } |