Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/
Date: Tue, 20 Aug 2019 06:53:41
Message-Id: 1566283914.4d6d100ebe64d84989d6adf0539a31213f39d752.amadio@gentoo
1 commit: 4d6d100ebe64d84989d6adf0539a31213f39d752
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 20 06:51:33 2019 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 20 06:51:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6d100e
7
8 sys-apps/iproute2: fix files installed outside of prefix
9
10 DATADIR is for bash-completions, and HDRDIR for headers.
11
12 Package-Manager: Portage-2.3.71, Repoman-2.3.17
13 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
14
15 sys-apps/iproute2/iproute2-5.2.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/sys-apps/iproute2/iproute2-5.2.0.ebuild b/sys-apps/iproute2/iproute2-5.2.0.ebuild
19 index 81245c6d74f..9033f5cd956 100644
20 --- a/sys-apps/iproute2/iproute2-5.2.0.ebuild
21 +++ b/sys-apps/iproute2/iproute2-5.2.0.ebuild
22 @@ -136,7 +136,9 @@ src_install() {
23 LIBDIR="${EPREFIX}"/$(get_libdir) \
24 SBINDIR="${EPREFIX}"/sbin \
25 CONFDIR="${EPREFIX}"/etc/iproute2 \
26 + DATADIR="${EPREFIX}"/usr/share \
27 DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
28 + HDRDIR="${EPREFIX}"/usr/include \
29 MANDIR="${EPREFIX}"/usr/share/man \
30 ARPDDIR="${EPREFIX}"/var/lib/arpd \
31 install