[Pkg-javascript-commits] [grunt] 08/08: Create patch to replace node with nodejs
Sruthi Chandran
srud-guest at moszumanska.debian.org
Fri Nov 11 08:50:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a commit to branch master
in repository grunt.
commit fa1026150c4e35ce3aaa4cc919ee193ef44292b3
Author: Sruthi <srud at disroot.org>
Date: Fri Nov 11 14:14:55 2016 +0530
Create patch to replace node with nodejs
---
debian/patches/fix-nodejs.patch | 9 +++++++++
debian/patches/series | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/patches/fix-nodejs.patch b/debian/patches/fix-nodejs.patch
new file mode 100644
index 0000000..fe99f02
--- /dev/null
+++ b/debian/patches/fix-nodejs.patch
@@ -0,0 +1,9 @@
+Replace node with nodejs
+
+--- a/bin/grunt
++++ b/bin/grunt
+@@ -1,3 +1,3 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+
+ require('grunt-cli/bin/grunt');
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0103795
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-nodejs.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/grunt.git
More information about the Pkg-javascript-commits
mailing list