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 v2 09/12] sys-devel/icecream: Install dev-util/shadowman data file
Date: Sun, 20 Aug 2017 10:31:13
Message-Id: 20170820102659.19050-9-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 01/12] dev-util/shadowman: New package 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