From b5796241c71085b5b62ddb71c1d1fe43388baa16 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 30 May 2019 13:57:13 +0200 Subject: [PATCH] sys-fs/aufs-util: Fix multilib dirs Closes: https://bugs.gentoo.org/677994 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild b/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild index d68a80251fa5..98b1a6c96eae 100644 --- a/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild +++ b/sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,6 +26,7 @@ src_prepare() { sed \ -e "/LDFLAGS += -static -s/d" \ -e "/CFLAGS/s:-O::g" \ + -e "s:/usr/lib:/usr/$(get_libdir):g" \ -i Makefile || die sed \ -- 2.26.2