Closed pravi closed 7 years ago
Hi @pravi will you try this PR on debian? That PR is passing in ubuntu and may work on debian but I don't have access to debian to test it.
I'm not familiar with how debian handles node.js. Are you linking to code that patches node.js when the node.js is built (installed and built?) in debian?
@doowb , thanks, the tests are passing now.
These patches -> https://anonscm.debian.org/cgit/collab-maint/nodejs.git/tree/debian/patches are applied to nodejs during build. Ubuntu usually takes the same packages from debian (only version numbers differ due to difference in release cycles).
the tests are passing now.
Thanks for running them. We'll try to get that PR merged and published soon.
Merged the PR and published as 0.1.5
. Let us know if you're still having issues.
Debian's nodejs has this patch https://anonscm.debian.org/cgit/collab-maint/nodejs.git/tree/debian/patches/2001_FHS_and_rename_to_nodejs.patch which I suspect is making the default to /usr. How can we handle this case?