Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] stop using $IMAGE
Date: Fri, 09 Mar 2007 18:13:41
Message-Id: 45F1A2A3.3030602@gentoo.org
In Reply to: [gentoo-dev] stop using $IMAGE by Mike Frysinger
1 Mike Frysinger wrote:
2 > portage has been doing the right thing with $D in pkg_* functions and IMAGE is
3 > just an annoying nuance that most people screw up
4 >
5 > so in your pkg_* functions, use $D, not $IMAGE, to refer to the temporary
6 > install
7 > -mike
8
9 betelgeuse@pena /mnt/checkouts/devmanual $ grep IMAGE -r .
10 ./trunk/ebuild-writing/functions/pkg_preinst/.svn/text-base/text.xml.svn-base:
11 version in <c>${IMAGE}/etc/</c> (see
12 ./trunk/ebuild-writing/functions/pkg_preinst/text.xml: version in
13 <c>${IMAGE}/etc/</c> (see
14 ./trunk/general-concepts/install-destinations/.svn/text-base/text.xml.svn-base:<c>"${IMAGE}"</c>.
15 ./trunk/general-concepts/install-destinations/text.xml:<c>"${IMAGE}"</c>.
16
17 Can you corrent the devmanual then?
18
19 Regards,
20 Petteri

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] stop using $IMAGE Danny van Dyk <kugelfang@g.o>