[retro-gtk] flatpak: Fix the relative paths



commit 1fac341628ba523fff54d037dff3e74711a25066
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Jul 4 14:33:14 2017 +0200

    flatpak: Fix the relative paths
    
    Recent versions of flatpak-builder now always assume paths are relatives
    to the json file which lists them.

 flatpak/libretro-cores/libretro-samples.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-samples.json b/flatpak/libretro-cores/libretro-samples.json
index 8efe460..0d1ba90 100644
--- a/flatpak/libretro-cores/libretro-samples.json
+++ b/flatpak/libretro-cores/libretro-samples.json
@@ -16,7 +16,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/samples-Makefile",
+                    "path": "samples-Makefile",
                     "dest-filename": "Makefile"
                 }
             ]


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