diff options
Diffstat (limited to 'dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild')
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild index 9cf639a8ae30..3a37a6264662 100644 --- a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.5 2004/06/25 01:52:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.6 2004/07/03 11:56:15 kloeri Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" DESCRIPTION="wxPython documentation" @@ -16,7 +16,7 @@ DEPEND="" # NOTE: rename to "wxpython" (lowercase) when we rename dev-python/wxPython S="${WORKDIR}/${MY_P}" -DOCDIR="wxPython-${PVR}" +DOCDIR="wxpython-${PVR}" src_install() { dodir /usr/share/doc/${DOCDIR} |