summaryrefslogtreecommitdiff
path: root/debian/patches/disable_embedded_scons
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/disable_embedded_scons')
-rw-r--r--debian/patches/disable_embedded_scons6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/disable_embedded_scons b/debian/patches/disable_embedded_scons
index 91f57399..f14372dd 100644
--- a/debian/patches/disable_embedded_scons
+++ b/debian/patches/disable_embedded_scons
@@ -1,7 +1,7 @@
Index: cloudant_bigcouch/Makefile
===================================================================
---- cloudant_bigcouch.orig/Makefile 2014-01-17 07:09:37.100226333 -0500
-+++ cloudant_bigcouch/Makefile 2014-01-17 07:10:27.906857239 -0500
+--- 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:
@@ -9,7 +9,7 @@ Index: cloudant_bigcouch/Makefile
- @cd couchjs && python scons/scons.py
+ @cd couchjs && /usr/bin/scons
@rebar compile
- @cat $(appfile) | sed s/%VSN%/`echo 1.1.1-792-gc8a44ff`/ > $(appfile)
+ @sed -i 's/%VSN%/1.1.1-792-gc8a44ff/' $(appfile)
clean:
@echo "==> couchjs (clean)"