Gentoo Archives: gentoo-dev

From: hanez <you@×××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD
Date: Tue, 14 May 2002 17:26:15
Message-Id: 200205150040.44742.you@hanez.org
In Reply to: Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD by Spider
1 On Wednesday 15 May 2002 00:12, Spider wrote:
2 > please look inside /usr/portage/skel.ebuild and see how its done there.
3
4 argghh, i've seen it.
5
6 i have changed the line:
7
8 make install || die
9
10 to:
11
12 make DESTDIR=${S} install || die
13
14 it's so crazy. i'm sitting here so long trying this...
15
16 is it only security feature??? i must allow writing in this path???
17
18 thanx a lot. ;-)
19
20 best regards
21
22
23 hanez

Replies

Subject Author
Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD JR Boyens <jboyens@××××××××.org>
Re: [gentoo-dev] ACCESS VIOLATION WITH EBUILD Spider <spider@g.o>