Skip to content

Commit

Permalink
Also use system node in all reh helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawanaao committed Oct 24, 2024
1 parent 3ca96c1 commit 58c7025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-editors/vscode/vscode-1.94.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2060,8 +2060,9 @@ src_prepare() {
if use reh || use reh-web; then
einfo "Editing build/gulpfile.reh.js"
sed -i '/gulp.task(`node-${platform}-${arch}`)/d' build/gulpfile.reh.js || die
einfo "Editing code-server-linux.sh"
sed -i 's|\$ROOT/node|/usr/bin/node|' resources/server/bin/code-server-linux.sh || die
sed -i 's|\$ROOT/node|/usr/bin/node|' resources/server/bin/remote-cli/code-linux.sh || die
sed -i 's|\$ROOT/node|/usr/bin/node|' resources/server/bin/helpers/browser-linux.sh || die
fi

einfo "Editing build/gulpfile.vscode.js"
Expand Down

0 comments on commit 58c7025

Please sign in to comment.