diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:25:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:25:17 +0000 |
commit | 333b75ac32bda6758be5ac92b1642da0e331dc3c (patch) | |
tree | cdfbe62821217bafa9a4ddfbe20e1e4583d96706 /dev-python/pythong/pythong-2.1.2.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-333b75ac32bda6758be5ac92b1642da0e331dc3c.tar.gz gentoo-2-333b75ac32bda6758be5ac92b1642da0e331dc3c.tar.bz2 gentoo-2-333b75ac32bda6758be5ac92b1642da0e331dc3c.zip |
Fix use invocation
Diffstat (limited to 'dev-python/pythong/pythong-2.1.2.ebuild')
-rw-r--r-- | dev-python/pythong/pythong-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythong/pythong-2.1.2.ebuild b/dev-python/pythong/pythong-2.1.2.ebuild index 754ffdc7452c..97aba7527f2b 100644 --- a/dev-python/pythong/pythong-2.1.2.ebuild +++ b/dev-python/pythong/pythong-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.2.ebuild,v 1.3 2004/03/28 11:55:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.2.ebuild,v 1.4 2004/06/03 17:25:17 agriffis Exp $ inherit python distutils @@ -51,7 +51,7 @@ src_install() { cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py - if [ -n "`use doc`" ]; then + if use doc; then insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi |