public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fix error wheny creating symbolic link 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 : 05f69bc2e3f649b1c6b07d361f063a2c1b609716
Author : Than Ngo <than@redhat.com>
Date : 2026-02-05T12:55:24+01:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/05f69bc2e3f649b1c6b07d361f063a2c1b609716?branch=epel9-next
Log:
Fix error wheny creating symbolic link for node binary
---
diff --git a/chromium.spec b/chromium.spec
index 1588bd6..57dbe8c 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1183,6 +1183,7 @@ find -type f \( -iname "*.py" \) -exec sed -i '1s=^#! */usr/bin/\(python\|env py
# Add correct path for nodejs binary
%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
%else
mkdir -p third_party/node/linux/node-linux-x64/bin
^ 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: Fix error wheny creating symbolic link 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