[Pkg-javascript-devel] Tip

Utkarsh Gupta guptautkarsh2102 at gmail.com
Sat Aug 3 20:35:42 BST 2019


Hey,

On Sat, Aug 3, 2019 at 7:08 PM Xavier <yadd at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20190804/ed03fcf3/attachment.html>


More information about the Pkg-javascript-devel mailing list