[gnome-apps-nightly] org.gnome.Nautilus: fix libexif in arm arch



commit c5d554a02d460e8f6cc2baff10e5cc98b8ee6ba4
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Aug 24 20:36:46 2016 +0200

    org.gnome.Nautilus: fix libexif in arm arch

 org.gnome.Nautilus.json |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
index 3b3e499..6364f3a 100644
--- a/org.gnome.Nautilus.json
+++ b/org.gnome.Nautilus.json
@@ -36,6 +36,14 @@
                     "type": "archive",
                     "url": "https://downloads.sourceforge.net/libexif/libexif-0.6.21.tar.bz2";,
                     "sha256": "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
+                },
+                /* For arm architectures */
+                {
+                    "type": "shell",
+                    "commands": [
+                        "cp -f /usr/share/gnu-config/config.sub .",
+                        "cp -f /usr/share/gnu-config/config.guess ."
+                    ]
                 }
             ]
         },


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