Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: cluster@g.o, robbat2@g.o, toolchain@g.o, suse@g.o, llvm@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 09/12] sys-devel/icecream: Install dev-util/shadowman data file
Date: Thu, 17 Aug 2017 08:41:39
Message-Id: 20170817083641.3507-10-mgorny@gentoo.org
In Reply to: [gentoo-dev] [RFC] [PATCH] dev-util/shadowman: Unified tool to update ccache/distcc/icecc shadow dir by "Michał Górny"
1 ---
2 sys-devel/icecream/icecream-1.0.0-r2.ebuild | 3 +++
3 1 file changed, 3 insertions(+)
4
5 diff --git a/sys-devel/icecream/icecream-1.0.0-r2.ebuild b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
6 index ec2858a94ac8..187928a2290d 100644
7 --- a/sys-devel/icecream/icecream-1.0.0-r2.ebuild
8 +++ b/sys-devel/icecream/icecream-1.0.0-r2.ebuild
9 @@ -48,4 +48,7 @@ src_install() {
10
11 insinto /etc/logrotate.d
12 newins suse/logrotate icecream
13 +
14 + insinto /usr/share/shadowman/tools
15 + newins - icecc <<<'/usr/libexec/icecc/bin'
16 }
17 --
18 2.14.1