summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 629049f4c080e11eb5514aeb86014ac430511c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	2014-12-19 05:55:26.000000000 +0900
+++ Makefile	2015-02-01 16:54:37.438964118 +0900
@@ -1,8 +1,8 @@
 PACKAGE = asyncjs
 NODEJS = $(if $(shell test -f /usr/bin/nodejs && echo "true"),nodejs,node)
 CWD := $(shell pwd)
-NODEUNIT = $(CWD)/node_modules/nodeunit/bin/nodeunit
-UGLIFY = $(CWD)/node_modules/uglify-js/bin/uglifyjs
+NODEUNIT = /usr/bin/nodeunit
+UGLIFY = /usr/bin/uglifyjs
 NODELINT = $(CWD)/node_modules/nodelint/nodelint
 
 BUILDDIR = dist