Skip to content

Commit

Permalink
app-editors/vscode: node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 28, 2024
1 parent 73c05ff commit ec25e6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app-editors/vscode/vscode-1.85.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,6 @@ src_configure() {
ebegin "Installing node_modules"
# yarn config set yarn-offline-mirror ${T}/yarn_cache || die
OLD_PATH=$PATH
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:$PATH";
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH"
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH"
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH"
Expand Down
1 change: 0 additions & 1 deletion app-editors/vscode/vscode-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ src_configure() {
ebegin "Installing node_modules"
# yarn config set yarn-offline-mirror ${T}/yarn_cache || die
OLD_PATH=$PATH
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin:$PATH";
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH"
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH"
PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH"
Expand Down

0 comments on commit ec25e6c

Please sign in to comment.