diff options
author | 2023-01-02 10:17:54 -0800 | |
---|---|---|
committer | 2023-01-12 16:20:17 +0200 | |
commit | 3c265c179aa02408713c500e2d13ab80556b12db (patch) | |
tree | ccb3a483711e36cb229af9721fbbc94146e65df0 /net-p2p | |
parent | x11-terms/terminator: add 2.1.2 (diff) | |
download | gentoo-3c265c179aa02408713c500e2d13ab80556b12db.tar.gz gentoo-3c265c179aa02408713c500e2d13ab80556b12db.tar.bz2 gentoo-3c265c179aa02408713c500e2d13ab80556b12db.zip |
app-crypt/nitrocli: Use cargo install for shell-complete
The way we access the shell-complete binary during the build has always
been a hack. There is no way to know for sure where it is located ahead
of time and cargo does not expose this information in an easily
accessible manner. That may lead to shenanigans such as
https://bugs.gentoo.org/889360, where it appears as if a debug build was
forced and that resulted in the executable being available in
target/debug/ as opposed to target/release/.
Fix this issue by using cargo install internally, to force "temporary"
installation in less undefined path.
Closes: https://bugs.gentoo.org/889360
Signed-off-by: Daniel Müller <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/28938
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p')
0 files changed, 0 insertions, 0 deletions