[recipes] Fix building flatpak



commit c05af06919ef229e2aa694978dbc171f963a41ff
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Mar 12 23:18:40 2017 -0400

    Fix building flatpak
    
    It turns out that we need to specify relative paths for
    patches and other sources inside the manifest in order
    for --from-git to work.

 flatpak/org.gnome.Recipes.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Recipes.json b/flatpak/org.gnome.Recipes.json
index e1c2253..8adcc5e 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -63,13 +63,13 @@
                 },
                 {
                     "type": "patch",
-                    "path": "meson-glib-check.patch",
+                    "path": "flatpak/meson-glib-check.patch",
                     "strip-components": 0
 
                 },
                 {
                     "type": "file",
-                    "path": "setuptools-makefile",
+                    "path": "flatpak/setuptools-makefile",
                     "dest-filename": "Makefile"
                 }
             ]


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