File: use-system-libs.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 (11 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 SRC = $(shell find src -name "*.ls" -type f | sort)
 LIB = $(SRC:src/%.ls=lib/%.js) lib/parser.js
-LSC = bin/lsc
+LSC = /usr/bin/lsc
 BROWSERIFY = node_modules/.bin/browserify
 UGLIFYJS = node_modules/.bin/uglifyjs
 ISTANBUL = node_modules/.bin/istanbul