Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. do_install() {
  2. install -d ${D}{libdir}/node_modules/${PN}
  3. install -m 0644 ${B}/build/Release/addon.node ${D}{libdir}/node_modules/${PN}
  4. }
  5.  
  6. FILES_${PN} += "${exec_prefix}/lib/node_modules/${PN}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement