diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-06-04 13:17:09 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-06-04 13:17:09 +0000 |
commit | 73c43a27239c865c3301fc359a9e442955c1b64a (patch) | |
tree | ca107fe683c0cf845eca68bfb68fae2d523f5248 /rox-base/traylib/traylib-0.3.2.1.ebuild | |
parent | Changed python_mod_cleanup to actually clean up the proper location (diff) | |
download | gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.tar.gz gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.tar.bz2 gentoo-2-73c43a27239c865c3301fc359a9e442955c1b64a.zip |
Changed python_mod_cleanup to actually clean up the proper location
(Portage version: 2.1.5.2)
Diffstat (limited to 'rox-base/traylib/traylib-0.3.2.1.ebuild')
-rw-r--r-- | rox-base/traylib/traylib-0.3.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rox-base/traylib/traylib-0.3.2.1.ebuild b/rox-base/traylib/traylib-0.3.2.1.ebuild index 55ae8c61e924..2e178c02a9de 100644 --- a/rox-base/traylib/traylib-0.3.2.1.ebuild +++ b/rox-base/traylib/traylib-0.3.2.1.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/traylib/traylib-0.3.2.1.ebuild,v 1.2 2008/06/04 12:35:09 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/traylib/traylib-0.3.2.1.ebuild,v 1.3 2008/06/04 13:17:09 lack Exp $ NEED_PYTHON="2.3" inherit python eutils multilib @@ -33,5 +33,6 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup + local baselibdir="/usr/$(get_libdir)" + python_mod_cleanup "${baselibdir}/${MY_PN}/" } |