diff options
author | 2008-05-29 16:50:57 +0000 | |
---|---|---|
committer | 2008-05-29 16:50:57 +0000 | |
commit | ce2b1516ec8c3df15e082be759ba2c52f3883307 (patch) | |
tree | be4e1757e7dfb3710a8185ab74a74bc99bd1c3c2 /dev-util/wxglade/wxglade-0.6.1.ebuild | |
parent | python_mod_optimize is ROOT aware. Multilib love. (diff) | |
download | gentoo-2-ce2b1516ec8c3df15e082be759ba2c52f3883307.tar.gz gentoo-2-ce2b1516ec8c3df15e082be759ba2c52f3883307.tar.bz2 gentoo-2-ce2b1516ec8c3df15e082be759ba2c52f3883307.zip |
python_mod_{cleanup,optimize} are ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-util/wxglade/wxglade-0.6.1.ebuild')
-rw-r--r-- | dev-util/wxglade/wxglade-0.6.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/wxglade/wxglade-0.6.1.ebuild b/dev-util/wxglade/wxglade-0.6.1.ebuild index d89ae4c181dc..e8500bfbb850 100644 --- a/dev-util/wxglade/wxglade-0.6.1.ebuild +++ b/dev-util/wxglade/wxglade-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.3 2008/04/02 20:06:41 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.4 2008/05/29 16:50:57 hawking Exp $ inherit python multilib eutils @@ -42,7 +42,8 @@ src_install() { } pkg_postinst() { - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade + python_version + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/wxglade } pkg_postrm() { |