From ce3499f5af1fb36df1bc970165665f413ca99c49 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 11 Jan 2008 20:15:55 +0000 Subject: Fix ${ROOT} issues (Portage version: 2.1.4_rc14) --- sci-visualization/pyxplot/pyxplot-0.6.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-visualization/pyxplot/pyxplot-0.6.3.ebuild') diff --git a/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild b/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild index ac7cb221a77c..f21868276a6b 100644 --- a/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild +++ b/sci-visualization/pyxplot/pyxplot-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/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.3 2008/01/11 19:42:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.6.3.ebuild,v 1.4 2008/01/11 20:15:55 cardoe Exp $ inherit eutils python @@ -71,9 +71,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize /usr/share/${PN} + python_mod_optimize "${ROOT}/usr/share/${PN}" } pkg_postrm() { - python_mod_cleanup /usr/share/${PN} + python_mod_cleanup "${ROOT}/usr/share/${PN}" } -- cgit v1.2.3-65-gdbad