summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2021-06-05 05:48:09 +0800
committerYixun Lan <dlan@gentoo.org>2021-06-05 05:48:09 +0800
commit52ddcee62435f766107b6a1c852f026dd941db8e (patch)
tree58827b5ab830ac94707e75077e7a75974498342d /sys-auth
parentdev-ada/gtkada: bump to 2021 (diff)
downloadgentoo-52ddcee62435f766107b6a1c852f026dd941db8e.tar.gz
gentoo-52ddcee62435f766107b6a1c852f026dd941db8e.tar.bz2
gentoo-52ddcee62435f766107b6a1c852f026dd941db8e.zip
sys-auth/elogind: fix two lib path issue for RISC-V
Bug: https://bugs.gentoo.org/794205 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/elogind/elogind-246.10-r1.ebuild2
-rw-r--r--sys-auth/elogind/elogind-246.9.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/elogind/elogind-246.10-r1.ebuild b/sys-auth/elogind/elogind-246.10-r1.ebuild
index 91b8f39f39c7..3b8faac4eea2 100644
--- a/sys-auth/elogind/elogind-246.10-r1.ebuild
+++ b/sys-auth/elogind/elogind-246.10-r1.ebuild
@@ -109,7 +109,7 @@ src_install() {
newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
- sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
+ sed -e "s|@libdir@|$(get_libdir)|" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
newconfd ${PN}.conf ${PN}
}
diff --git a/sys-auth/elogind/elogind-246.9.2.ebuild b/sys-auth/elogind/elogind-246.9.2.ebuild
index 62753f538d0e..bb0cc8f4ea3c 100644
--- a/sys-auth/elogind/elogind-246.9.2.ebuild
+++ b/sys-auth/elogind/elogind-246.9.2.ebuild
@@ -108,7 +108,7 @@ src_install() {
newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
- sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
+ sed -e "s|@libdir@|$(get_libdir)|" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
newconfd ${PN}.conf ${PN}
}