[gnome-continuous] manifest: Deal with mozjs38's source-subdir



commit 5d3efe4afaa655307410ec55480f566e6758879f
Author: Philip Chimento <philip endlessm com>
Date:   Wed Feb 15 14:40:12 2017 -0800

    manifest: Deal with mozjs38's source-subdir
    
    This may take some doing to get right... increment the epoch at the same
    time.

 manifest.json                  |    2 +-
 patches/mozjs38-buildapi.patch |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 72bd13a..9943867 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1389,7 +1389,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 115,
+       "build-epoch": {"version": 116,
                        "all": false,
                        "component-names": [ "mozjs38" ]}
 }
diff --git a/patches/mozjs38-buildapi.patch b/patches/mozjs38-buildapi.patch
index 660104f..553a901 100644
--- a/patches/mozjs38-buildapi.patch
+++ b/patches/mozjs38-buildapi.patch
@@ -27,10 +27,11 @@ new file mode 100755
 index 0000000..93ef339
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,3 @@
+@@ -0,0 +1,4 @@
 +#!/bin/sh
++mkdir -p js/src
 +cd js/src
-+exec ./configure "$@"
++exec `dirname $0`/js/src/configure "$@"
 -- 
 1.7.1
 


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