diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-13 22:51:10 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-17 10:27:51 +0100 |
commit | 490b75dbee0872283a01d8e8f9d32c04e381ba7c (patch) | |
tree | 7b6c74a794880261b6042b34d12fd4434e8ae66d /dev-vcs/mercurial/mercurial-9999.ebuild | |
parent | dev-util/ruff: Use new cargo_target_dir helper (diff) | |
download | gentoo-490b75dbee0872283a01d8e8f9d32c04e381ba7c.tar.gz gentoo-490b75dbee0872283a01d8e8f9d32c04e381ba7c.tar.bz2 gentoo-490b75dbee0872283a01d8e8f9d32c04e381ba7c.zip |
dev-vcs/mercurial: Use new cargo_target_dir helper
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial/mercurial-9999.ebuild')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 6b16f427545a..d271835b7698 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -130,7 +130,7 @@ python_install_all() { RM_CONTRIB+=( chg ) fi if use rust; then - dobin rust/target/release/rhg + dobin "rust/$(cargo_target_dir)/rhg" fi for f in ${RM_CONTRIB[@]}; do |