commit:     8c71395e3432540062d86a31c533c74cbd137dab
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  1 05:08:54 2021 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Sep  1 05:09:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c71395e

sys-cluster/rdma-core: Fix src_install

Double slash from EPREFIX and get_udevdir trip up build system.
Remove separator slash as get_udevdir is an absolute path, so it
should always have a leading slash.

Bug: https://bugs.gentoo.org/811264
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 sys-cluster/rdma-core/rdma-core-36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/rdma-core/rdma-core-36.0.ebuild 
b/sys-cluster/rdma-core/rdma-core-36.0.ebuild
index 0dd9257112e..8d147a1e6f0 100644
--- a/sys-cluster/rdma-core/rdma-core-36.0.ebuild
+++ b/sys-cluster/rdma-core/rdma-core-36.0.ebuild
@@ -68,7 +68,7 @@ src_configure() {
                -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc
                -DCMAKE_INSTALL_RUNDIR=/run
                -DCMAKE_INSTALL_SHAREDSTATEDIR=/var/lib
-               
-DCMAKE_INSTALL_UDEV_RULESDIR="${EPREFIX}"/"$(get_udevdir)"/rules.d
+               
-DCMAKE_INSTALL_UDEV_RULESDIR="${EPREFIX}""$(get_udevdir)"/rules.d
                
-DCMAKE_INSTALL_SYSTEMD_SERVICEDIR="$(systemd_get_systemunitdir)"
                -DCMAKE_DISABLE_FIND_PACKAGE_pandoc=yes
                $(ver_test -ge 25 && echo 
-DCMAKE_DISABLE_FIND_PACKAGE_rst2man=yes)

Reply via email to