diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-21 20:16:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-21 20:16:56 +0000 |
commit | 394d9cb39a3694fca4dcaf2552ddcfca123e5ff4 (patch) | |
tree | eea5ac98260086bdf529abc0825aba799d3f812f /sci-chemistry | |
parent | Version bump RHEL5 based kernel. (diff) | |
download | gentoo-2-394d9cb39a3694fca4dcaf2552ddcfca123e5ff4.tar.gz gentoo-2-394d9cb39a3694fca4dcaf2552ddcfca123e5ff4.tar.bz2 gentoo-2-394d9cb39a3694fca4dcaf2552ddcfca123e5ff4.zip |
Do not install pyc
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild b/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild index 194a1a755096..d04ad5d23ee6 100644 --- a/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild,v 1.1 2010/09/21 13:52:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100921-r2.ebuild,v 1.2 2010/09/21 20:16:56 jlec Exp $ EAPI="3" @@ -105,6 +105,8 @@ src_install() { local libdir local tkver + find . -name "*.pyc" -type d -delete + libdir=$(get_libdir) tkver=$(best_version dev-lang/tk | cut -d- -f3 | cut -d. -f1,2) |