app-laptop/framework_tool: Fix dobin path with USE=debug

Closes: https://bugs.gentoo.org/929980
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2024-04-14 09:04:01 -04:00
parent a3275875a3
commit 71b02f2dc3
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ src_prepare() {
}
src_install() {
dobin target/release/framework_tool
dobin "target/$(usex debug debug release)/framework_tool"
einstalldocs
}