summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2019-08-20 08:51:33 +0200
committerGuilherme Amadio <amadio@gentoo.org>2019-08-20 08:51:54 +0200
commit4d6d100ebe64d84989d6adf0539a31213f39d752 (patch)
tree474ff014fa81290362d020e9a62b4bd635a7a314 /sys-apps/iproute2
parentacct-{group,user}.eclass: Add @SUPPORTED_EAPIS. (diff)
downloadgentoo-4d6d100ebe64d84989d6adf0539a31213f39d752.tar.gz
gentoo-4d6d100ebe64d84989d6adf0539a31213f39d752.tar.bz2
gentoo-4d6d100ebe64d84989d6adf0539a31213f39d752.zip
sys-apps/iproute2: fix files installed outside of prefix
DATADIR is for bash-completions, and HDRDIR for headers. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r--sys-apps/iproute2/iproute2-5.2.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/iproute2/iproute2-5.2.0.ebuild b/sys-apps/iproute2/iproute2-5.2.0.ebuild
index 81245c6d74f5..9033f5cd956c 100644
--- a/sys-apps/iproute2/iproute2-5.2.0.ebuild
+++ b/sys-apps/iproute2/iproute2-5.2.0.ebuild
@@ -136,7 +136,9 @@ src_install() {
LIBDIR="${EPREFIX}"/$(get_libdir) \
SBINDIR="${EPREFIX}"/sbin \
CONFDIR="${EPREFIX}"/etc/iproute2 \
+ DATADIR="${EPREFIX}"/usr/share \
DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ HDRDIR="${EPREFIX}"/usr/include \
MANDIR="${EPREFIX}"/usr/share/man \
ARPDDIR="${EPREFIX}"/var/lib/arpd \
install