diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:35:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:35:31 +0000 |
commit | 39014bd0c436abaa7fb66b73770b04633808622d (patch) | |
tree | a3e5d7ad2e11925aa3d3bef2dd4a37c77027ec35 /dev-python/pythong/pythong-2.1.2.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-39014bd0c436abaa7fb66b73770b04633808622d.tar.gz historical-39014bd0c436abaa7fb66b73770b04633808622d.tar.bz2 historical-39014bd0c436abaa7fb66b73770b04633808622d.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 |