Hey,

On Sat, Aug 3, 2019 at 7:08 PM Xavier <y...@debian.org> wrote:

> Hi,
>
> when you need to link a node library into your package during build
> (debian/rules), no more use "ln -s /usr/lib/nodejs/npm-name" but
> instead, use:
>
> override_dh_auto_build:
>     # ...
>     ln -s `nodepath npm-name` node_modules/
>

Just checked, it works well! :D
Saves the "ln -s" effort!

Thank you for the same! :D


Best,
Utkarsh
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to