mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user