public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Add correct symlink for node binary
@ 2026-08-07 16:08 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:08 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:08 [rpms/chromium] epel9-next: Add correct symlink for node binary Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox