Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ls config file?
Date: Tue, 02 Feb 2016 11:28:00
Message-Id: 20160202112742.399cd184@digimed.co.uk
In Reply to: Re: [gentoo-user] ls config file? by Andrew Tselischev
1 On Tue, 2 Feb 2016 11:07:02 +0000, Andrew Tselischev wrote:
2
3 > I forgot to mention, that if you seriously want to take that approach,
4 > you'd need to mirror coreutils' ebuilds in your own portage overlay. The
5 > changes to the ebuild (and Manifest) will get overwritten next time you
6 > sync the tree.
7 >
8
9 There's no need for that. Just create /etc/env/portage/sys-apps/coreutils
10 containing
11
12 post_src_unpack() {
13 cd "${S}"
14 epatch_user
15 }
16
17
18 --
19 Neil Bothwick
20
21 WinErr 001: Windows loaded - System in danger

Replies

Subject Author
Re: [gentoo-user] ls config file? covici@××××××××××.com