[gnome-sdk-images] enchant: Take the config files from the new path



commit a92b834ea742e544218cfd0a8f0c9765111084b5
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Aug 6 00:30:59 2018 +0200

    enchant: Take the config files from the new path
    
    Automake was upgraded in org.freedesktop.Sdk//unstable, so the old path
    does not exist any more.
    
    Eventually, this could be replaced by an unversioned path:
    
    https://gitlab.com/freedesktop-sdk/freedesktop-sdk/merge_requests/370

 org.gnome.Sdk.json.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index fb0b294..6127a8e 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -693,8 +693,8 @@
                 {
                     "type": "shell",
                     "commands": [
-                        "cp -f /usr/share/automake-1.15/config.sub .",
-                        "cp -f /usr/share/automake-1.15/config.guess ."
+                        "cp -f /usr/share/automake-1.16/config.sub .",
+                        "cp -f /usr/share/automake-1.16/config.guess ."
                     ]
                 }
             ]


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