public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/helix/
Date: Wed, 21 May 2025 21:03:39 +0000 (UTC)	[thread overview]
Message-ID: <1747861327.7e87bdee4c604405b4b9002f0d8084028d7c366e.sam@gentoo> (raw)

commit:     7e87bdee4c604405b4b9002f0d8084028d7c366e
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Sun Mar 16 19:35:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:02:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e87bdee

app-editors/helix: fix installation on prefix

Previously the dosym lead to two prefixes, e.g.:
/home/user/gentoo/home/user/gentoo/usr/share/helix/

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41120
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/helix/helix-24.07-r1.ebuild | 4 ++--
 app-editors/helix/helix-25.01.1.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/helix/helix-24.07-r1.ebuild b/app-editors/helix/helix-24.07-r1.ebuild
index 23c9065f87bd..ca8e7b53a828 100644
--- a/app-editors/helix/helix-24.07-r1.ebuild
+++ b/app-editors/helix/helix-24.07-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024-2024 Gentoo Authors
+# Copyright 2025-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Autogenerated by pycargoebuild 0.13.2
@@ -320,7 +320,7 @@ src_install() {
 	insinto "/usr/$(get_libdir)/${PN}"
 	use grammar && doins runtime/grammars/*.so
 	rm -r runtime/grammars || die
-	use grammar && dosym "../../../$(get_libdir)/${PN}" "${EPREFIX}/usr/share/${PN}/runtime/grammars"
+	use grammar && dosym -r "/usr/$(get_libdir)/${PN}" "/usr/share/${PN}/runtime/grammars"
 
 	insinto /usr/share/helix
 	doins -r runtime

diff --git a/app-editors/helix/helix-25.01.1.ebuild b/app-editors/helix/helix-25.01.1.ebuild
index f5fa3eaaa8b3..06bd946b6861 100644
--- a/app-editors/helix/helix-25.01.1.ebuild
+++ b/app-editors/helix/helix-25.01.1.ebuild
@@ -47,7 +47,7 @@ src_install() {
 	insinto "/usr/$(get_libdir)/${PN}"
 	use grammar && doins runtime/grammars/*.so
 	rm -r runtime/grammars || die
-	use grammar && dosym "../../../$(get_libdir)/${PN}" "${EPREFIX}/usr/share/${PN}/runtime/grammars"
+	use grammar && dosym -r "/usr/$(get_libdir)/${PN}" "/usr/share/${PN}/runtime/grammars"
 
 	insinto /usr/share/helix
 	doins -r runtime


             reply	other threads:[~2025-05-21 21:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21 21:03 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 16:58 [gentoo-commits] repo/gentoo:master commit in: app-editors/helix/ Patrick McLean
2025-07-22 16:58 Patrick McLean
2025-05-21 21:03 Sam James
2025-04-26  4:05 Sam James
2025-03-01  7:54 Joonas Niilola
2025-03-01  7:54 Joonas Niilola
2025-01-09 19:38 Patrick McLean
2025-01-09 19:38 Patrick McLean
2024-09-21  5:32 Sam James
2024-07-23  5:27 Joonas Niilola
2024-07-23  5:27 Joonas Niilola
2024-07-23  5:27 Joonas Niilola
2024-07-23  5:27 Joonas Niilola
2024-07-23  5:27 Joonas Niilola
2024-07-23  4:29 Joonas Niilola
2024-05-23 14:25 Joonas Niilola
2024-04-05 11:29 Joonas Niilola
2024-04-04 17:34 Patrick McLean
2023-12-12 22:36 Patrick McLean
2023-12-12 22:36 Patrick McLean
2023-11-07  0:55 Patrick McLean
2023-10-26 17:19 Patrick McLean
2023-05-28  7:47 Joonas Niilola
2023-04-11 23:38 Patrick McLean
2023-03-17 22:54 Patrick McLean
2023-03-17  3:28 Patrick McLean

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=1747861327.7e87bdee4c604405b4b9002f0d8084028d7c366e.sam@gentoo \
    --to=sam@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