mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -102,7 +102,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin target/release/framework_tool
|
||||
dobin "target/$(usex debug debug release)/framework_tool"
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user