projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fab152
)
sys-apps/iproute2: fix files installed outside of prefix
author
Guilherme Amadio
<amadio@gentoo.org>
Tue, 20 Aug 2019 06:51:33 +0000
(08:51 +0200)
committer
Guilherme Amadio
<amadio@gentoo.org>
Tue, 20 Aug 2019 06:51:54 +0000
(08:51 +0200)
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>
sys-apps/iproute2/iproute2-5.2.0.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/iproute2/iproute2-5.2.0.ebuild
b/sys-apps/iproute2/iproute2-5.2.0.ebuild
index 81245c6d74f5f123a797d849677c730fa6d429c7..9033f5cd956c2357e698538f77f1d42245e0a6c9 100644
(file)
--- 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