projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9b27e
)
sys-fs/aufs-util: Fix multilib dirs
author
Pacho Ramos
<pacho@gentoo.org>
Thu, 30 May 2019 11:57:13 +0000
(13:57 +0200)
committer
Pacho 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
patch
|
blob
|
history
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 d68a80251fa56d2dda577eca7ce9e9e00b193b1b..98b1a6c96eae7eee6a9f66b18ed89ccecd4316fb 100644
(file)
--- 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-201
8
Gentoo Authors
+# Copyright 1999-201
9
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 \