From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/yazi/
Date: Thu, 27 Jun 2024 08:41:31 +0000 (UTC) [thread overview]
Message-ID: <1719429593.5ef6e5b0cc835eb1f43629e275f5f386da63397d.davidroman@gentoo> (raw)
commit: 5ef6e5b0cc835eb1f43629e275f5f386da63397d
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Wed Jun 26 19:17:21 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jun 26 19:19:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ef6e5b0
app-misc/yazi: Use cargo_target_dir instead of hardcoding dobin path
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
app-misc/yazi/yazi-0.2.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/yazi/yazi-0.2.5-r1.ebuild b/app-misc/yazi/yazi-0.2.5-r1.ebuild
index 6db0d5ffb..9bb6ac53a 100644
--- a/app-misc/yazi/yazi-0.2.5-r1.ebuild
+++ b/app-misc/yazi/yazi-0.2.5-r1.ebuild
@@ -346,8 +346,8 @@ src_compile() {
}
src_install() {
- dobin "target/$(usex debug debug release)/${PN}"
- use cli && dobin "target/$(usex debug debug release)/ya"
+ dobin "$(cargo_target_dir)/${PN}"
+ use cli && dobin "$(cargo_target_dir)/ya"
newbashcomp "${S}/yazi-boot/completions/${PN}.bash" "${PN}"
dozshcomp "${S}/yazi-boot/completions/_${PN}"
next reply other threads:[~2024-06-27 8:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 8:41 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 11:42 [gentoo-commits] repo/proj/guru:master commit in: app-misc/yazi/ Lucio Sauer
2025-05-21 14:34 Julien Roy
2025-03-10 11:04 David Roman
2025-03-08 11:18 Lucio Sauer
2025-02-17 9:49 David Roman
2025-02-17 9:49 David Roman
2025-02-13 9:56 David Roman
2025-01-02 19:28 David Roman
2025-01-02 18:46 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-01-02 19:26 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-10-08 10:23 David Roman
2024-09-15 21:45 Julien Roy
2024-09-08 16:32 David Roman
2024-08-30 13:16 David Roman
2024-06-27 8:41 David Roman
2024-05-14 15:51 Julien Roy
2024-05-14 15:51 Julien Roy
2024-04-16 7:06 Florian Schmaus
2024-04-15 20:52 Julien Roy
2024-02-23 13:11 David Roman
2024-02-23 13:10 David Roman
2024-01-17 13:51 David Roman
2024-01-01 3:56 David Roman
2024-01-01 3:56 David Roman
2023-10-08 20:58 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1719429593.5ef6e5b0cc835eb1f43629e275f5f386da63397d.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox