diff options
Diffstat (limited to 'rox-base/rox-lib/rox-lib-2.0.4.ebuild')
-rw-r--r-- | rox-base/rox-lib/rox-lib-2.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rox-base/rox-lib/rox-lib-2.0.4.ebuild b/rox-base/rox-lib/rox-lib-2.0.4.ebuild index 3df5002b11f2..c27dd7140844 100644 --- a/rox-base/rox-lib/rox-lib-2.0.4.ebuild +++ b/rox-base/rox-lib/rox-lib-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.6 2008/06/04 12:34:25 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4.ebuild,v 1.7 2008/06/04 13:15:41 lack Exp $ NEED_PYTHON="2.3" inherit python eutils multilib @@ -34,5 +34,6 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup + local baselibdir="/usr/$(get_libdir)" + python_mod_cleanup "${baselibdir}/ROX-Lib2/" } |