mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
net-im/why2: fix build directory path
Signed-off-by: ENGO150 <engo@satan.red>
This commit is contained in:
@@ -366,6 +366,6 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin target/release/why2
|
||||
use server && dobin target/release/why2-server
|
||||
dobin "$(cargo_target_dir)/why2"
|
||||
use server && dobin "$(cargo_target_dir)/why2-server"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user