Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ls config file?
Date: Tue, 02 Feb 2016 11:55:43
Message-Id: 11485.1454414131@ccs.covici.com
In Reply to: Re: [gentoo-user] ls config file? by Neil Bothwick
1 Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > On Tue, 2 Feb 2016 11:07:02 +0000, Andrew Tselischev wrote:
4 >
5 > > I forgot to mention, that if you seriously want to take that approach,
6 > > you'd need to mirror coreutils' ebuilds in your own portage overlay. The
7 > > changes to the ebuild (and Manifest) will get overwritten next time you
8 > > sync the tree.
9 > >
10 >
11 > There's no need for that. Just create /etc/env/portage/sys-apps/coreutils
12 > containing
13 >
14 > post_src_unpack() {
15 > cd "${S}"
16 > epatch_user
17 > }
18
19 Is it not /etc/portage/env instead?
20
21
22 --
23 Your life is like a penny. You're going to lose it. The question is:
24 How do
25 you spend it?
26
27 John Covici
28 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] ls config file? Neil Bothwick <neil@××××××××××.uk>