Override symlink

i8e
Arkady L. Shane 4 months ago
parent c0a4345e58
commit 680cf37c0e
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1354,7 +1354,7 @@ find -type f \( -iname "*.py" \) -exec sed -i '1s=^#! */usr/bin/\(python\|env py
popd
%else
mkdir -p third_party/node/linux/node-linux-x64/bin
ln -s %{_bindir}/node third_party/node/linux/node-linux-x64/bin/node
ln -sf %{_bindir}/node third_party/node/linux/node-linux-x64/bin/node
%endif
# Get rid of the bundled esbuild

Loading…
Cancel
Save