File: disable-npm.patch

package info (click to toggle)
node-livescript 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 664 kB
  • sloc: makefile: 42; sh: 2
file content (13 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: node-livescript/Makefile
===================================================================
--- node-livescript.orig/Makefile
+++ node-livescript/Makefile
@@ -43,7 +43,7 @@ full:
 	make force && make force && make test && make coverage
 
 install: build
-	npm install .
+	#npm install .
 
 dev-install: package.json
 	npm install .