commit:     52ddcee62435f766107b6a1c852f026dd941db8e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  4 21:48:09 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 21:48:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ddcee6

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 <AT> gentoo.org>

 sys-auth/elogind/elogind-246.10-r1.ebuild | 2 +-
 sys-auth/elogind/elogind-246.9.2.ebuild   | 2 +-
 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 91b8f39f39c..3b8faac4eea 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 62753f538d0..bb0cc8f4ea3 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}
 }
 

Reply via email to