LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

Default 'debian_dest' should be 'usr/share/nodejs' #151

Open merkys opened 4 years ago

merkys commented 4 years ago

pkg-js-tools as of v0.9.35 installs node files under /usr/share/nodejs by default. Thus I believe the following line should be changed:

https://github.com/LeoIannacone/npm2deb/blob/2b7ab511e2c5c0c16475f1db4c9db9208600c4f5/npm2deb/__init__.py#L66