[recipes/recipes-1.0] Fix file references in the flatpak manifest



commit 3ade5dc9a7f5f322a41ca55c1c03c0bf80032328
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 29 19:44:26 2017 -0400

    Fix file references in the flatpak manifest

 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 16d3bd2..38c9638 100644
--- a/flatpak/org.gnome.Recipes.json
+++ b/flatpak/org.gnome.Recipes.json
@@ -66,13 +66,13 @@
                 },
                 {
                     "type": "patch",
-                    "path": "flatpak/meson-glib-check.patch",
+                    "path": "meson-glib-check.patch",
                     "strip-components": 0
 
                 },
                 {
                     "type": "file",
-                    "path": "flatpak/setuptools-makefile",
+                    "path": "setuptools-makefile",
                     "dest-filename": "Makefile"
                 }
             ]


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