[Pkg-javascript-commits] [backbone] 03/14: Fix install package.json into node package.
Jonas Smedegaard
dr at jones.dk
Tue Aug 30 20:55:34 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 a0f595000ddc9b83207f538d781b8f90e7a25217
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Aug 30 20:58:39 2016 +0200
Fix install package.json into node package.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index cf6b6bf..69a314f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ js-destdir ?= /usr/share/javascript/$(js-dirname)
js-compressor ?= uglifyjs
js-compressor-opts ?= -o $@ $<
-DEB_DH_INSTALL_ARGS_$(pkg-node) = package.json $(node-destdir)
+DEB_DH_INSTALL_ARGS_$(nodepkg) = package.json $(node-destdir)
DEB_DH_INSTALL_ARGS_$(jspkg) = $(addsuffix .js,$(js-stems)) debian/*.min.js $(js-destdir)
build/$(jspkg):: $(js-min)
--
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