diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:29:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-10 22:29:48 +0000 |
commit | 5f59527c686a83c3ee620888e55c320ef80c337b (patch) | |
tree | 9387f37124439902c029de1969be0642344ccb40 /dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-5f59527c686a83c3ee620888e55c320ef80c337b.tar.gz historical-5f59527c686a83c3ee620888e55c320ef80c337b.tar.bz2 historical-5f59527c686a83c3ee620888e55c320ef80c337b.zip |
repoman: fix leading whitespace
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 | 8 |
1 files changed, 4 insertions, 4 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 32253ee8445f..ef03991c1f6e 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-2003 Gentoo Technologies, Inc. # 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.2 2003/07/08 00:55:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.3 2003/09/10 22:24:19 msterret Exp $ MY_P="${P/wxpython-docs/wxPythonDocs}" DESCRIPTION="wxPython documentation" @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" DOCDIR="wxPython-${PVR}" src_install() { - dodir /usr/share/doc/${DOCDIR} - dodir /usr/share/doc/${DOCDIR}/docs - cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/ + dodir /usr/share/doc/${DOCDIR} + dodir /usr/share/doc/${DOCDIR}/docs + cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/ } |