diff options
Diffstat (limited to 'dev-python/reportlab/reportlab-1.17.ebuild')
-rw-r--r-- | dev-python/reportlab/reportlab-1.17.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/reportlab/reportlab-1.17.ebuild b/dev-python/reportlab/reportlab-1.17.ebuild index 83e5ee30e14f..263c02d8b8ca 100644 --- a/dev-python/reportlab/reportlab-1.17.ebuild +++ b/dev-python/reportlab/reportlab-1.17.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/reportlab/reportlab-1.17.ebuild,v 1.1 2003/07/04 12:16:11 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -20,10 +20,10 @@ LICENSE="as-is" KEYWORDS="x86 ~sparc ~alpha" src_compile() { - cp ${FILESDIR}/${PV}/setup.py . + cp ${FILESDIR}/${PV}/setup.py . python setup.py build } - + src_install() { python setup.py install --root=${D} dodoc README license.txt docs/* |