summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2021-09-01 05:08:54 +0000
committerPatrick Lauer <patrick@gentoo.org>2021-09-01 05:09:18 +0000
commit8c71395e3432540062d86a31c533c74cbd137dab (patch)
tree185a9d53f66239896d497cc4dbbce1a71633a68f /sys-cluster/rdma-core
parentdev-python/fsspec: Bump to 2021.08.1 (diff)
downloadgentoo-8c71395e3432540062d86a31c533c74cbd137dab.tar.gz
gentoo-8c71395e3432540062d86a31c533c74cbd137dab.tar.bz2
gentoo-8c71395e3432540062d86a31c533c74cbd137dab.zip
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@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core')
-rw-r--r--sys-cluster/rdma-core/rdma-core-36.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-36.0.ebuild b/sys-cluster/rdma-core/rdma-core-36.0.ebuild
index 0dd9257112e3..8d147a1e6f0f 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)