Gentoo Archives: gentoo-dev

From: JR Boyens <jboyens@××××××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD
Date: Tue, 14 May 2002 18:20:13
Message-Id: 20020514232102.GA14268@fooninja
In Reply to: Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD by hanez
1 The reason for this is to protect the real filesystem as long as
2 possible. If you start installing to the live filesystem right away and
3 the ebuild dies, how do you fix the problems it may cause? I believe
4 the Portage Developers Guide on www.gentoo.org covers this.
5
6 --
7 JR Boyens
8 jboyens@××××××××.org
9 On 2002.05.14 17:40 hanez wrote:
10 > On Wednesday 15 May 2002 00:12, Spider wrote:
11 > > please look inside /usr/portage/skel.ebuild and see how its done
12 > there.
13 >
14 > argghh, i've seen it.
15 >
16 > i have changed the line:
17 >
18 > make install || die
19 >
20 > to:
21 >
22 > make DESTDIR=${S} install || die
23 >
24 > it's so crazy. i'm sitting here so long trying this...
25 >
26 > is it only security feature??? i must allow writing in this path???
27 >
28 > thanx a lot. ;-)
29 >
30 > best regards
31 >
32 >
33 > hanez
34 > _______________________________________________
35 > gentoo-dev mailing list
36 > gentoo-dev@g.o
37 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
38 >
39 >