From cabf2debd34c8fb686e4e601d8eaa434e4d285d4 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Mon, 23 Feb 2015 11:46:06 -0800 Subject: [PATCH] sys-apps/iproute2: add CoreOS specific changes --- .../coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild index 2215748284..0e512cb34a 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/iproute2/iproute2-3.19.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi DESCRIPTION="kernel routing and traffic control utilities" @@ -96,7 +96,7 @@ src_install() { DESTDIR="${D}" \ LIBDIR="${EPREFIX}"/$(get_libdir) \ SBINDIR="${EPREFIX}"/sbin \ - CONFDIR="${EPREFIX}"/etc/iproute2 \ + CONFDIR="${EPREFIX}"/usr/share/iproute2 \ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ MANDIR="${EPREFIX}"/usr/share/man \ ARPDDIR="${EPREFIX}"/var/lib/arpd \