[Pkg-javascript-commits] [jquery] 14/16: fix call to NodeJS

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Apr 9 17:32:20 UTC 2016


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

terceiro pushed a commit to branch master
in repository jquery.

commit 3bebcf76e61dd151deb924aa35c2e16264e5ee67
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Apr 9 14:28:20 2016 -0300

    fix call to NodeJS
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6b725d1..b045fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ dist/jquery.js: build.js $(source)
 	nodejs /usr/lib/nodejs/r.js -o build.js
 	sed -i -e 's/@DATE/$(timestamp)/; s/@VERSION/$(version)/' $@
 	@echo "Checking syntax of $@ ..."
-	@node --check $@ || (mv $@ $@.failed; false)
+	@nodejs --check $@ || (mv $@ $@.failed; false)
 
 dist/jquery.min.js dist/jquery.min.map: dist/jquery.js
 	./debian/minify $^

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



More information about the Pkg-javascript-commits mailing list