Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/
Date: Thu, 01 Dec 2022 00:45:53
Message-Id: 1669855535.a240ce593ed71a0a9588b22025ea6885cbaa5d76.sam@gentoo
1 commit: a240ce593ed71a0a9588b22025ea6885cbaa5d76
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 00:45:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 00:45:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a240ce59
7
8 sys-fs/multipath-tools: further plugindir fixes
9
10 Bug: https://bugs.gentoo.org/883759
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...multipath-tools-0.9.3-r1.ebuild => multipath-tools-0.9.3-r2.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild
17 similarity index 95%
18 rename from sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild
19 rename to sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild
20 index 5a5243a4ebda..90f9abb6b0c4 100644
21 --- a/sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild
22 +++ b/sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild
23 @@ -43,6 +43,7 @@ src_compile() {
24 # so force the test to go the way we want #411337.
25 emake \
26 prefix="${EPREFIX}/usr" \
27 + plugindir="${EPREFIX}/$(get_libdir)/multipath" \
28 LIB="$(get_libdir)" \
29 LIBDM_API_FLUSH=1 \
30 PKGCONFIG="$(tc-getPKG_CONFIG)" \
31 @@ -61,7 +62,7 @@ src_install() {
32 prefix="${EPREFIX}" \
33 LIB="$(get_libdir)" \
34 RUN=run \
35 - plugindir="$(get_libdir)//multipath" \
36 + plugindir="${EPREFIX}/$(get_libdir)/multipath" \
37 unitdir="$(systemd_get_systemunitdir)" \
38 libudevdir="${EPREFIX}/$(get_udevdir)" \
39 pkgconfdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig" \