gui-apps/lemurs: use cargo_target_dir helper

Closes: https://bugs.gentoo.org/938536
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-08-28 23:23:04 +09:00
parent f77c2a5ee2
commit e51c63d5f5

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors # Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -115,7 +115,7 @@ src_install() {
newinitd "${FILESDIR}"/lemurs.initd lemurs newinitd "${FILESDIR}"/lemurs.initd lemurs
systemd_dounit "${S}"/extra/lemurs.service systemd_dounit "${S}"/extra/lemurs.service
dobin target/$(usex debug debug release)/lemurs dobin "$(cargo_target_dir)"/lemurs
} }
pkg_postinst() { pkg_postinst() {