[gnome-games] flatpak: Fix the paths



commit a3038e2b75022520ed50df4c8c672c38eda9df57
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Mon Mar 6 13:14:09 2017 +0100

    flatpak: Fix the paths
    
    Things changed again, paths are now relative to the JSON manifest
    directory.

 flatpak/org.gnome.Games.json |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index b3f4788..328d7f0 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -41,12 +41,12 @@
 
            We build them first, because some of them are very big, and they
            change more rarely than the rest of the modules. */
-        "flatpak/libretro-cores/libretro-bsnes.json",
-        "flatpak/libretro-cores/libretro-gambatte.json",
-        "flatpak/libretro-cores/libretro-mednafen_ngp.json",
-        "flatpak/libretro-cores/libretro-mednafen_pce_fast.json",
-        "flatpak/libretro-cores/libretro-nestopia.json",
-        "flatpak/libretro-cores/libretro-pcsx_rearmed.json",
+        "libretro-cores/libretro-bsnes.json",
+        "libretro-cores/libretro-gambatte.json",
+        "libretro-cores/libretro-mednafen_ngp.json",
+        "libretro-cores/libretro-mednafen_pce_fast.json",
+        "libretro-cores/libretro-nestopia.json",
+        "libretro-cores/libretro-pcsx_rearmed.json",
         /* End libretro cores */
         {
             "name": "retro-gtk",
@@ -60,7 +60,7 @@
                 }
             ]
         },
-        "flatpak/org.lua.modules.json",
+        "org.lua.modules.json",
         {
             "name": "grilo",
             "config-opts": [


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