dev-vcs/jj: provide path of workspace member to install

Closes: https://bugs.gentoo.org/927984

Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
Steffen Winter
2024-04-07 11:44:37 +02:00
parent 16082eca34
commit 02fb4a553e

View File

@@ -377,3 +377,7 @@ KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
# update with proper path to binaries this crate installs, omit leading /
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_install() {
cargo_src_install --path cli
}