public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/lemurs/
Date: Wed, 28 Aug 2024 15:37:15 +0000 (UTC)	[thread overview]
Message-ID: <1724859365.e51c63d5f5309fd076fe8a09c72aee4ea3fcdf30.pastalian46@gentoo> (raw)

commit:     e51c63d5f5309fd076fe8a09c72aee4ea3fcdf30
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 28 14:23:04 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Aug 28 15:36:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e51c63d5

gui-apps/lemurs: use cargo_target_dir helper

Closes: https://bugs.gentoo.org/938536
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/lemurs/lemurs-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/lemurs/lemurs-0.3.2.ebuild b/gui-apps/lemurs/lemurs-0.3.2.ebuild
index 769dd806f..358d4f8c7 100644
--- a/gui-apps/lemurs/lemurs-0.3.2.ebuild
+++ b/gui-apps/lemurs/lemurs-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -115,7 +115,7 @@ src_install() {
 	newinitd "${FILESDIR}"/lemurs.initd lemurs
 	systemd_dounit "${S}"/extra/lemurs.service
 
-	dobin target/$(usex debug debug release)/lemurs
+	dobin "$(cargo_target_dir)"/lemurs
 }
 
 pkg_postinst() {


             reply	other threads:[~2024-08-28 15:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 15:37 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-28 15:37 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/lemurs/ Takuya Wakazono
2023-09-29 13:47 Remigiusz Micielski
2023-09-13  8:33 Remigiusz Micielski
2023-08-17  7:31 Remigiusz Micielski

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=1724859365.e51c63d5f5309fd076fe8a09c72aee4ea3fcdf30.pastalian46@gentoo \
    --to=pastalian46@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