public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Add correct symlink for node binary
Date: Fri, 07 Aug 2026 16:08:41 GMT	[thread overview]
Message-ID: <178611892145.1.15791413368785752395.rpms-chromium-0abedf083d21@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 0abedf083d218825962be71f918f7c00081d193b
Author : Than Ngo <than@redhat.com>
Date   : 2026-02-05T14:47:58+01:00
Stats  : +2/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/0abedf083d218825962be71f918f7c00081d193b?branch=epel9-next

Log:
Add correct symlink for node binary

---
diff --git a/chromium.spec b/chromium.spec
index 57dbe8c..392ac11 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1182,11 +1182,10 @@ Qt6 UI for chromium.
 find -type f \( -iname "*.py" \) -exec sed -i '1s=^#! */usr/bin/\(python\|env python\)[23]\?=#!%{chromium_pybin}=' {} +
 
 # Add correct path for nodejs binary
+mkdir -p third_party/node/linux/node-linux-x64/bin
 %if ! %{system_nodejs}
-  mkdir -p third_party/node/linux/node-linux-x64
-  ln -s ../../../node-%{nodejs_version}/node-%{nodejs_version}-linux-x64 third_party/node/linux/node-linux-x64
+  ln -s ../../../../../node-%{nodejs_version}/node third_party/node/linux/node-linux-x64/bin/node
 %else
-  mkdir -p third_party/node/linux/node-linux-x64/bin
   ln -s $(which node) third_party/node/linux/node-linux-x64/bin/node
 %endif
 

                 reply	other threads:[~2026-08-07 16:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178611892145.1.15791413368785752395.rpms-chromium-0abedf083d21@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.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