summaryrefslogtreecommitdiff
path: root/debian/patches/disable_embedded_scons
blob: f14372dde097bf7008ef566f6941ef6d011d439e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: cloudant_bigcouch/Makefile
===================================================================
--- cloudant_bigcouch.orig/Makefile	2014-01-17 15:54:08.920149349 -0500
+++ cloudant_bigcouch/Makefile	2014-01-17 15:54:24.039741918 -0500
@@ -17,13 +17,13 @@
 appfile = apps/couch/ebin/couch.app
 compile:
 	@echo "==> couchjs (compile)"
-	@cd couchjs && python scons/scons.py
+	@cd couchjs && /usr/bin/scons
 	@rebar compile
 	@sed -i 's/%VSN%/1.1.1-792-gc8a44ff/' $(appfile)
 
 clean:
 	@echo "==> couchjs (clean)"
-	@cd couchjs && python scons/scons.py --clean
+	@cd couchjs && /usr/bin/scons --clean
 	@rm -rf couchjs/.sconf_temp couchjs/.sconsign.dblite
 	@rebar clean