diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-05-30 13:57:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-05-30 13:57:13 +0200 |
commit | b5796241c71085b5b62ddb71c1d1fe43388baa16 (patch) | |
tree | e71e5da51366d12951ee2395ad9fa68c0c52beeb /sys-fs/aufs-util | |
parent | net-libs/libad9361-iio: Drop upstreamed patch (diff) | |
download | gentoo-b5796241c71085b5b62ddb71c1d1fe43388baa16.tar.gz gentoo-b5796241c71085b5b62ddb71c1d1fe43388baa16.tar.bz2 gentoo-b5796241c71085b5b62ddb71c1d1fe43388baa16.zip |
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 <pacho@gentoo.org>
Diffstat (limited to 'sys-fs/aufs-util')
-rw-r--r-- | sys-fs/aufs-util/aufs-util-4.14_p20180709.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |