mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
Under USE=debug cargo builds into target/debug, so the hardcoded target/release path made dobin fail. Use cargo_target_dir so the install path follows the active profile. Closes: https://bugs.gentoo.org/977872 Signed-off-by: Huang Rui <vowstar@gmail.com>