sys-fs/aufs-util: Fix multilib dirs
authorPacho Ramos <pacho@gentoo.org>
Thu, 30 May 2019 11:57:13 +0000 (13:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Thu, 30 May 2019 11:57:13 +0000 (13:57 +0200)
Closes: https://bugs.gentoo.org/677994
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild

index d68a80251fa56d2dda577eca7ce9e9e00b193b1b..98b1a6c96eae7eee6a9f66b18ed89ccecd4316fb 100644 (file)
@@ -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 \