File: use-nodejs.patch

package info (click to toggle)
node-window-size 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 6
  • sloc: makefile: 4; sh: 3
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use native nodejs installation

Index: node-window-size/cli.js
===================================================================
--- node-window-size.orig/cli.js
+++ node-window-size/cli.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 'use strict';
 var helpText = ['Usage',
 '  $ window-size',