Skip to content

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/osx-pkg-postinstall.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO Can we extract $PREFIX from the installer?
44
cd /usr/local/bin || exit
55

6-
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
7-
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
6+
/bin/ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
7+
/bin/ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
88

9-
ln -sf ../lib/node_modules/corepack/dist/corepack.js corepack
9+
/bin/ln -sf ../lib/node_modules/corepack/dist/corepack.js corepack

0 commit comments

Comments
 (0)