[gnome-continuous] manifest: Properly escape mozjs38 makefile



commit afff0c5d94f8b0820482b191d648a2e98f50fe1e
Author: Philip Chimento <philip endlessm com>
Date:   Wed Feb 15 15:02:26 2017 -0800

    manifest: Properly escape mozjs38 makefile

 manifest.json                  |    2 +-
 patches/mozjs38-buildapi.patch |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index bd591ba..9e1ae07 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1389,7 +1389,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 119,
+       "build-epoch": {"version": 120,
                        "all": false,
                        "component-names": [ "mozjs38" ]}
 }
diff --git a/patches/mozjs38-buildapi.patch b/patches/mozjs38-buildapi.patch
index 74ce483..629f680 100644
--- a/patches/mozjs38-buildapi.patch
+++ b/patches/mozjs38-buildapi.patch
@@ -18,10 +18,10 @@ index 0000000..93ef339
 +#!/bin/sh -x
 +cat >Makefile <<ENDMAKEFILE
 +all:
-+      cd js/src && $(MAKE)
++      cd js/src && \$(MAKE)
 +
 +install:
-+      cd js/src && $(MAKE) install DESTDIR=$(DESTDIR)
++      cd js/src && \$(MAKE) install DESTDIR=\$(DESTDIR)
 +ENDMAKEFILE
 +srcdir=$(readlink -f $(dirname $0))
 +mkdir -p js/src


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]