File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,8 @@ $(PKG): release-only
515515 --release-urlbase=$(RELEASE_URLBASE ) \
516516 $(CONFIG_FLAGS ) $(BUILD_RELEASE_FLAGS )
517517 $(MAKE ) install V=$(V ) DESTDIR=$(PKGDIR )
518- SIGN=" $( CODESIGN_CERT) " PKGDIR=" $( PKGDIR) " bash tools/osx-codesign.sh
518+ SIGN=" $( CODESIGN_CERT) " PKGDIR=" $( PKGDIR) /usr/local" bash \
519+ tools/osx-codesign.sh
519520 cat tools/osx-pkg.pmdoc/index.xml.tmpl \
520521 | sed -E " s/\\ {nodeversion\\ }/$( FULLVERSION) /g" \
521522 | sed -E " s/\\ {npmversion\\ }/$( NPMVERSION) /g" \
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ if [ "X$SIGN" == "X" ]; then
88 exit 0
99fi
1010
11- codesign -s " $SIGN " " $PKGDIR " /usr/local/ bin/node
11+ codesign -s " $SIGN " " $PKGDIR " /bin/node
You can’t perform that action at this time.
0 commit comments