public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/wezterm/
Date: Mon, 17 Jun 2024 09:39:30 +0000 (UTC)	[thread overview]
Message-ID: <1718616474.cbdba17e5d29f74e63f4177bdf0495b25d81c131.chewi@gentoo> (raw)

commit:     cbdba17e5d29f74e63f4177bdf0495b25d81c131
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 21:55:12 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 09:27:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdba17e

x11-terms/wezterm: Use new cargo_target_dir helper

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 x11-terms/wezterm/wezterm-20240203.110809-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-terms/wezterm/wezterm-20240203.110809-r1.ebuild b/x11-terms/wezterm/wezterm-20240203.110809-r1.ebuild
index fd4219ce6f51..ec05957da695 100644
--- a/x11-terms/wezterm/wezterm-20240203.110809-r1.ebuild
+++ b/x11-terms/wezterm/wezterm-20240203.110809-r1.ebuild
@@ -791,10 +791,10 @@ src_compile() {
 
 src_install() {
 	exeinto /usr/bin
-	doexe target/$(usex debug "debug" "release")/wezterm
-	doexe target/$(usex debug "debug" "release")/wezterm-gui
-	doexe target/$(usex debug "debug" "release")/wezterm-mux-server
-	doexe target/$(usex debug "debug" "release")/strip-ansi-escapes
+	doexe "$(cargo_target_dir)/wezterm"
+	doexe "$(cargo_target_dir)/wezterm-gui"
+	doexe "$(cargo_target_dir)/wezterm-mux-server"
+	doexe "$(cargo_target_dir)/strip-ansi-escapes"
 
 	insinto /usr/share/icons/hicolor/128x128/apps
 	newins assets/icon/terminal.png org.wezfurlong.wezterm.png


             reply	other threads:[~2024-06-17  9:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17  9:39 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-19  0:10 [gentoo-commits] repo/gentoo:master commit in: x11-terms/wezterm/ Mark Wright
2024-03-03  0:53 Mark Wright
2023-08-19 23:57 Mark Wright
2023-04-09  1:32 Mark Wright
2023-04-09  1:32 Mark Wright
2023-04-01  6:07 Mark Wright
2023-03-25 22:49 Mark Wright
2023-03-25 11:08 Mark Wright
2023-03-25 10:23 Mark Wright
2023-03-25 10:05 Mark Wright
2023-02-24 22:18 Sam James
2022-11-27  8:19 Mark Wright

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=1718616474.cbdba17e5d29f74e63f4177bdf0495b25d81c131.chewi@gentoo \
    --to=chewi@gentoo.org \
    --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