File: use-system-libs.patch

package info (click to toggle)
node-prelude-ls 1.1.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 27
  • sloc: makefile: 44; sh: 2
file content (17 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 
 SRC = $(shell find src -name "*.ls" -type f | sort)
 LIB = $(SRC:src/%.ls=lib/%.js)
-LS = node_modules/livescript
-LSC = node_modules/.bin/lsc
+LS = /usr/lib/nodejs/livescript
+LSC = /usr/bin/lsc
 BROWSERIFY = node_modules/.bin/browserify
 UGLIFYJS = node_modules/.bin/uglifyjs
-MOCHA = node_modules/.bin/mocha
+MOCHA = /usr/bin/mocha
 MOCHA2 = node_modules/.bin/_mocha
 ISTANBUL = node_modules/.bin/istanbul