From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-laptop/framework_tool/
Date: Sun, 14 Apr 2024 15:11:21 +0000 (UTC) [thread overview]
Message-ID: <1713099841.71b02f2dc3235b8f5a5aab02d3e079b10020170e.julien@gentoo> (raw)
commit: 71b02f2dc3235b8f5a5aab02d3e079b10020170e
Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Sun Apr 14 13:04:01 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 14 13:04:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71b02f2d
app-laptop/framework_tool: Fix dobin path with USE=debug
Closes: https://bugs.gentoo.org/929980
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
app-laptop/framework_tool/framework_tool-0.1.0_p20240407.ebuild | 2 +-
app-laptop/framework_tool/framework_tool-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-laptop/framework_tool/framework_tool-0.1.0_p20240407.ebuild b/app-laptop/framework_tool/framework_tool-0.1.0_p20240407.ebuild
index b28c18127e..2f1f5fd6e3 100644
--- a/app-laptop/framework_tool/framework_tool-0.1.0_p20240407.ebuild
+++ b/app-laptop/framework_tool/framework_tool-0.1.0_p20240407.ebuild
@@ -238,7 +238,7 @@ src_prepare() {
}
src_install() {
- dobin target/release/framework_tool
+ dobin "target/$(usex debug debug release)/framework_tool"
einstalldocs
}
diff --git a/app-laptop/framework_tool/framework_tool-9999.ebuild b/app-laptop/framework_tool/framework_tool-9999.ebuild
index 8dc90e32f1..3f43368a06 100644
--- a/app-laptop/framework_tool/framework_tool-9999.ebuild
+++ b/app-laptop/framework_tool/framework_tool-9999.ebuild
@@ -102,7 +102,7 @@ src_prepare() {
}
src_install() {
- dobin target/release/framework_tool
+ dobin "target/$(usex debug debug release)/framework_tool"
einstalldocs
}
next reply other threads:[~2024-04-14 15:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-14 15:11 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 11:53 [gentoo-commits] repo/proj/guru:master commit in: app-laptop/framework_tool/ David Roman
2025-02-10 9:42 David Roman
2025-02-01 16:10 David Roman
2025-02-01 16:10 David Roman
2024-10-07 9:06 David Roman
2024-10-07 9:06 David Roman
2024-10-07 9:06 David Roman
2024-07-14 0:34 David Roman
2024-07-14 0:34 David Roman
2024-07-14 0:34 David Roman
2024-05-12 9:38 Viorel Munteanu
2024-04-13 15:04 Julien Roy
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=1713099841.71b02f2dc3235b8f5a5aab02d3e079b10020170e.julien@gentoo \
--to=julien@jroy.ca \
--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