[Pkg-javascript-commits] [node-expat] 279/371: Fix use nodejs (not node) when executing testsuite. Closes: bug#707510. Thanks to Lucas Nussbaum.
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit dd41e591386af70547f4e3bc80c1a4b103dfecf0
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Sep 8 20:41:34 2014 +0200
Fix use nodejs (not node) when executing testsuite. Closes: bug#707510. Thanks to Lucas Nussbaum.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6eab187..62a5a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ DEB_INSTALL_DOCS_$(pkg) += README.markdown
# Fix backwards compatibility. See bug#678762
DEB_DH_LINK_$(pkg) = usr/lib/nodejs/node_expat.node /usr/lib/nodejs/node-expat.node
-NODE = NODE_DISABLE_COLORS=1 node
+NODE = NODE_DISABLE_COLORS=1 nodejs
configure/$(pkg):: debian/stamp-node-gyp-configure
debian/stamp-node-gyp-configure:
node-gyp configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list