summaryrefslogtreecommitdiff
path: root/debian/patches/2000-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/2000-shebang.patch')
-rw-r--r--debian/patches/2000-shebang.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/2000-shebang.patch b/debian/patches/2000-shebang.patch
new file mode 100644
index 0000000..af67df0
--- /dev/null
+++ b/debian/patches/2000-shebang.patch
@@ -0,0 +1,13 @@
+Description: shebang line to nodejs
+Author: Andrew Kelley <superjoe30@gmail.com>
+Forwarded: not-needed
+Last-Update: 2014-07-04
+
+--- groovebasin-1.2.0.orig/lib/server.js
++++ groovebasin-1.2.0/lib/server.js
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env node
++#!/usr/bin/env nodejs
+
+ if (!process.env.NODE_ENV) process.env.NODE_ENV = "dev";
+