diff options
author | 2008-06-04 13:15:41 +0000 | |
---|---|---|
committer | 2008-06-04 13:15:41 +0000 | |
commit | d4778bb77da8f87e8ed486ef86de1beb7708163a (patch) | |
tree | 20282491e7b43f97a99b9d141053b18fcc9a381d /rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild | |
parent | Fixed python_mod_cleanup to clean up in the right place (diff) | |
download | gentoo-2-d4778bb77da8f87e8ed486ef86de1beb7708163a.tar.gz gentoo-2-d4778bb77da8f87e8ed486ef86de1beb7708163a.tar.bz2 gentoo-2-d4778bb77da8f87e8ed486ef86de1beb7708163a.zip |
Changed python_mod_cleanup to actually clean up the proper location
(Portage version: 2.1.5.2)
Diffstat (limited to 'rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild')
-rw-r--r-- | rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild b/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild index 9845e2fefc1a..76c4389f5aa6 100644 --- a/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild +++ b/rox-base/rox-lib/rox-lib-2.0.4-r1.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-r1.ebuild,v 1.4 2008/06/04 12:34:25 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.4-r1.ebuild,v 1.5 2008/06/04 13:15:41 lack Exp $ NEED_PYTHON="2.3" inherit python eutils multilib @@ -51,5 +51,6 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup + local baselibdir="/usr/$(get_libdir)" + python_mod_cleanup "${baselibdir}/ROX-Lib2/" } |