public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yuan Liao" <liaoyuan@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-laptop/framework_tool/
Date: Sun, 14 Apr 2024 13:06:08 +0000 (UTC)	[thread overview]
Message-ID: <1713099841.71b02f2dc3235b8f5a5aab02d3e079b10020170e.liaoyuan@gentoo> (raw)

commit:     71b02f2dc3235b8f5a5aab02d3e079b10020170e
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Sun Apr 14 13:04:01 2024 +0000
Commit:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
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
 }
 


             reply	other threads:[~2024-04-14 13:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14 13:06 Yuan Liao [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26 22:46 [gentoo-commits] repo/proj/guru:dev commit in: app-laptop/framework_tool/ Yuan Liao
2025-02-14  0:46 Yuan Liao
2025-02-09 19:14 Yuan Liao
2025-01-31  0:30 Yuan Liao
2025-01-31  0:30 Yuan Liao
2024-10-04 22:47 Yuan Liao
2024-10-04 22:47 Yuan Liao
2024-10-04 22:47 Yuan Liao
2024-08-28 15:37 Takuya Wakazono
2024-07-13 13:05 Yuan Liao
2024-07-13 13:05 Yuan Liao
2024-07-13 13:05 Yuan Liao
2024-05-11 17:37 Yuan Liao
2024-04-12 20:26 Yuan Liao

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.liaoyuan@gentoo \
    --to=liaoyuan@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