From: Mike Frysinger Date: Sat, 10 Mar 2007 14:43:24 +0000 (+0000) Subject: stop using $IMAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a34e3f901f44a736eeb9c6fad81406a44311bde8;p=gentoo.git stop using $IMAGE Package-Manager: portage-2.1.2.2 --- diff --git a/dev-lang/fpc/fpc-2.0.0-r1.ebuild b/dev-lang/fpc/fpc-2.0.0-r1.ebuild index 257c4b96d996..310b7bdc46b3 100644 --- a/dev-lang/fpc/fpc-2.0.0-r1.ebuild +++ b/dev-lang/fpc/fpc-2.0.0-r1.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-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.7 2007/03/10 14:43:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.8 2007/03/10 14:43:24 vapier Exp $ inherit eutils @@ -115,7 +115,7 @@ src_install() { } pkg_preinst() { - ${D}/usr/lib/fpc/${MY_PV}/samplecfg /usr/lib/fpc/${MY_PV} ${IMAGE}/etc + ${D}/usr/lib/fpc/${MY_PV}/samplecfg /usr/lib/fpc/${MY_PV} ${D}/etc case ${ARCH} in x86) FPCARCH=386 diff --git a/dev-lang/fpc/fpc-2.0.2.ebuild b/dev-lang/fpc/fpc-2.0.2.ebuild index 528e05ecde88..3e5cb4ae0d79 100644 --- a/dev-lang/fpc/fpc-2.0.2.ebuild +++ b/dev-lang/fpc/fpc-2.0.2.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-lang/fpc/fpc-2.0.2.ebuild,v 1.5 2007/03/10 14:43:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.2.ebuild,v 1.6 2007/03/10 14:43:24 vapier Exp $ inherit eutils @@ -130,7 +130,7 @@ src_install() { } pkg_preinst() { - ${D}/usr/lib/fpc/${PV}/samplecfg /usr/lib/fpc/${PV} ${IMAGE}/etc + ${D}/usr/lib/fpc/${PV}/samplecfg /usr/lib/fpc/${PV} ${D}/etc case ${ARCH} in x86) FPC_ARCH="386" ;; ppc) FPC_ARCH="ppc" ;;