summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/wxglade/wxglade-0.6.1.ebuild4
-rw-r--r--dev-util/wxglade/wxglade-0.6.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/wxglade/wxglade-0.6.1.ebuild b/dev-util/wxglade/wxglade-0.6.1.ebuild
index 244641119877..d89ae4c181dc 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
# 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.2 2007/12/04 15:42:07 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.1.ebuild,v 1.3 2008/04/02 20:06:41 leio Exp $
inherit python multilib eutils
@@ -46,5 +46,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
+ python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
}
diff --git a/dev-util/wxglade/wxglade-0.6.3.ebuild b/dev-util/wxglade/wxglade-0.6.3.ebuild
index bac18a7b4aec..1b480f95c82a 100644
--- a/dev-util/wxglade/wxglade-0.6.3.ebuild
+++ b/dev-util/wxglade/wxglade-0.6.3.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/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.1 2008/03/11 03:36:19 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.2 2008/04/02 20:06:41 leio Exp $
inherit python multilib eutils
@@ -46,5 +46,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python*/site-packages/wxglade
+ python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/wxglade
}