You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
To get around being unable to change the library and man paths, we currently have this in the Slackware build script:
# Fix man page path.
sed -i 's|share/||' tools/install.py
sed -i '/var manRoot/ s/"share",//' deps/npm/lib/{,un}build.js
# Fix libdir for 64-bit.
sed -i "s|lib/|lib${LIBDIRSUFFIX}/|g" tools/install.py
sed -i "s/'lib'/'lib${LIBDIRSUFFIX}'/" lib/module.js
sed -i "s|\"lib\"|\"lib${LIBDIRSUFFIX}\"|" deps/npm/lib/npm.js
It'd be nice if node offered a typical configure flag option like --libdir and --mandir.
Thanks!
The text was updated successfully, but these errors were encountered:
http://slackbuilds.org/cgit/slackbuilds/tree/network/node/node.SlackBuild
To get around being unable to change the library and man paths, we currently have this in the Slackware build script:
It'd be nice if node offered a typical configure flag option like
--libdir
and--mandir
.Thanks!
The text was updated successfully, but these errors were encountered: