[Pkg-javascript-commits] [node-leveldown] 04/04: put the .node file in build folder so bindings can find it

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Mon Jun 30 03:54:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to branch master
in repository node-leveldown.

commit 1d7e6141c29de09cab570b54ec94746ddd7e6449
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Mon Jun 30 03:51:11 2014 +0000

    put the .node file in build folder so bindings can find it
---
 debian/install | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/install b/debian/install
index 43f52bd..7a35f14 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,3 @@
 index.js              usr/lib/nodejs/leveldown
 package.json          usr/lib/nodejs/leveldown
-build/Release/*.node  usr/lib/nodejs/leveldown
+build/Release/*.node  usr/lib/nodejs/leveldown/build
diff --git a/debian/rules b/debian/rules
index 7c412d4..73c8135 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-SHLIBSDIR = debian/node-leveldown/usr/lib/nodejs/leveldown
+SHLIBSDIR = debian/node-leveldown/usr/lib/nodejs/leveldown/build
 SHLIBS = leveldown.node
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list