commit:     a240ce593ed71a0a9588b22025ea6885cbaa5d76
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 00:45:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 00:45:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a240ce59

sys-fs/multipath-tools: further plugindir fixes

Bug: https://bugs.gentoo.org/883759
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...multipath-tools-0.9.3-r1.ebuild => multipath-tools-0.9.3-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
similarity index 95%
rename from sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild
rename to sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild
index 5a5243a4ebda..90f9abb6b0c4 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild
@@ -43,6 +43,7 @@ src_compile() {
        # so force the test to go the way we want #411337.
        emake \
                prefix="${EPREFIX}/usr" \
+               plugindir="${EPREFIX}/$(get_libdir)/multipath" \
                LIB="$(get_libdir)" \
                LIBDM_API_FLUSH=1 \
                PKGCONFIG="$(tc-getPKG_CONFIG)" \
@@ -61,7 +62,7 @@ src_install() {
                prefix="${EPREFIX}" \
                LIB="$(get_libdir)" \
                RUN=run \
-               plugindir="$(get_libdir)//multipath" \
+               plugindir="${EPREFIX}/$(get_libdir)/multipath" \
                unitdir="$(systemd_get_systemunitdir)" \
                libudevdir="${EPREFIX}/$(get_udevdir)" \
                pkgconfdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig" \

Reply via email to