summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-01 00:45:35 +0000
committerSam James <sam@gentoo.org>2022-12-01 00:45:35 +0000
commita240ce593ed71a0a9588b22025ea6885cbaa5d76 (patch)
treece7b51d8baf6a6361248b502eab2098fc53356c1 /sys-fs
parentsys-fs/multipath-tools: destabilize 0.9.3-r1 (diff)
downloadgentoo-a240ce593ed71a0a9588b22025ea6885cbaa5d76.tar.gz
gentoo-a240ce593ed71a0a9588b22025ea6885cbaa5d76.tar.bz2
gentoo-a240ce593ed71a0a9588b22025ea6885cbaa5d76.zip
sys-fs/multipath-tools: further plugindir fixes
Bug: https://bugs.gentoo.org/883759 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.9.3-r2.ebuild (renamed from sys-fs/multipath-tools/multipath-tools-0.9.3-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
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
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" \