commit: e51c63d5f5309fd076fe8a09c72aee4ea3fcdf30 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Wed Aug 28 14:23:04 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Wed Aug 28 15:36:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e51c63d5
gui-apps/lemurs: use cargo_target_dir helper Closes: https://bugs.gentoo.org/938536 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/lemurs/lemurs-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/lemurs/lemurs-0.3.2.ebuild b/gui-apps/lemurs/lemurs-0.3.2.ebuild index 769dd806f..358d4f8c7 100644 --- a/gui-apps/lemurs/lemurs-0.3.2.ebuild +++ b/gui-apps/lemurs/lemurs-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -115,7 +115,7 @@ src_install() { newinitd "${FILESDIR}"/lemurs.initd lemurs systemd_dounit "${S}"/extra/lemurs.service - dobin target/$(usex debug debug release)/lemurs + dobin "$(cargo_target_dir)"/lemurs } pkg_postinst() {