From: Pacho Ramos Date: Thu, 30 May 2019 11:57:13 +0000 (+0200) Subject: sys-fs/aufs-util: Fix multilib dirs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5796241c71085b5b62ddb71c1d1fe43388baa16;p=gentoo.git 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 --- 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 \