[Pkg-javascript-commits] [backbone] 02/14: Fix install into subdir of node library dir. See bug#772836.

Jonas Smedegaard dr at jones.dk
Tue Aug 30 20:55:33 UTC 2016


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

js pushed a commit to branch master
in repository backbone.

commit 740d218c74de0d2808e9dc207ac1d68f0d07a962
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 30 20:57:33 2016 +0200

    Fix install into subdir of node library dir. See bug#772836.
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6355ada..cf6b6bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,8 +85,7 @@ clean::
 
 # TODO: maybe generalize parts below as a CDBS node snippet
 
-node-dirname ?= $(lib)
 js-nodestem ?= $(lib)
-node-destdir ?= /usr/lib/nodejs/
+node-destdir ?= /usr/lib/nodejs/$(lib)
 
-DEB_DH_LINK_$(nodepkg) = $(js-destdir)/$(js-nodestem).js $(node-destdir)$(node-dirname).js
+DEB_DH_LINK_$(nodepkg) = $(js-destdir)/$(js-nodestem).js $(node-destdir)/index.js

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



More information about the Pkg-javascript-commits mailing list