[gnome-continuous] manifest: Get abs path of configure script



commit 43837a929749f7f5e612ad099a634c0c82971524
Author: Philip Chimento <philip endlessm com>
Date:   Wed Feb 15 14:44:43 2017 -0800

    manifest: Get abs path of configure script

 manifest.json                  |    2 +-
 patches/mozjs38-buildapi.patch |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 9943867..ad9e623 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1389,7 +1389,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 116,
+       "build-epoch": {"version": 117,
                        "all": false,
                        "component-names": [ "mozjs38" ]}
 }
diff --git a/patches/mozjs38-buildapi.patch b/patches/mozjs38-buildapi.patch
index 553a901..0238db1 100644
--- a/patches/mozjs38-buildapi.patch
+++ b/patches/mozjs38-buildapi.patch
@@ -31,7 +31,7 @@ index 0000000..93ef339
 +#!/bin/sh
 +mkdir -p js/src
 +cd js/src
-+exec `dirname $0`/js/src/configure "$@"
++exec $(readlink -f $(dirname $0))/js/src/configure "$@"
 -- 
 1.7.1
 


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