summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-10 14:43:24 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-10 14:43:24 +0000
commit3e147c8ef930b7810a6cf87eb287050f79e2a8c6 (patch)
tree1706b346abc480b87b6ca1add411a60cf97d209f /dev-lang/fpc
parentVersion Bump. Remove RUBY_BUG_145222 (diff)
downloadgentoo-2-3e147c8ef930b7810a6cf87eb287050f79e2a8c6.tar.gz
gentoo-2-3e147c8ef930b7810a6cf87eb287050f79e2a8c6.tar.bz2
gentoo-2-3e147c8ef930b7810a6cf87eb287050f79e2a8c6.zip
stop using $IMAGE
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-lang/fpc')
-rw-r--r--dev-lang/fpc/fpc-2.0.0-r1.ebuild4
-rw-r--r--dev-lang/fpc/fpc-2.0.2.ebuild4
2 files changed, 4 insertions, 4 deletions
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" ;;