[gnome-sdk-images] Fix mozjs38 race-fix
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images] Fix mozjs38 race-fix
- Date: Thu, 23 Feb 2017 12:21:02 +0000 (UTC)
commit c7757f5421d0c02687aa17eb32edab839c53b1df
Author: Alexander Larsson <alexl redhat com>
Date: Thu Feb 23 13:19:11 2017 +0100
Fix mozjs38 race-fix
The configure file used is not the one at the toplevel,
but instead the one in js/src.
org.gnome.Sdk.json.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index d93d157..f9f9eb2 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -641,7 +641,7 @@
"type": "shell",
"commands": [
/* Work around mtime issue in configure and configure.ac (see bug 778802) */
- "touch configure",
+ "touch js/src/configure",
"cp -f /usr/share/gnu-config/config.sub ./build/autoconf/",
"cp -f /usr/share/gnu-config/config.guess ./build/autoconf/"
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]