[gnome-games/gnome-3-24] flatpak: Fix the relative paths



commit afca60bcb90f79b006942bf08adcccca19a6e066
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Tue Jun 20 22:02:01 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-bsnes.json         |    2 +-
 flatpak/libretro-cores/libretro-gambatte.json      |    2 +-
 flatpak/libretro-cores/libretro-mednafen_ngp.json  |    2 +-
 .../libretro-cores/libretro-mednafen_pce_fast.json |    2 +-
 flatpak/libretro-cores/libretro-nestopia.json      |    2 +-
 flatpak/libretro-cores/libretro-pcsx_rearmed.json  |    4 ++--
 flatpak/libretro-cores/libretro-picodrive.json     |    4 ++--
 7 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/flatpak/libretro-cores/libretro-bsnes.json b/flatpak/libretro-cores/libretro-bsnes.json
index 781273f..ae7f017 100644
--- a/flatpak/libretro-cores/libretro-bsnes.json
+++ b/flatpak/libretro-cores/libretro-bsnes.json
@@ -24,7 +24,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/bsnes_balanced.libretro"
+                    "path": "bsnes_balanced.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-gambatte.json b/flatpak/libretro-cores/libretro-gambatte.json
index bfe9597..a535c5f 100644
--- a/flatpak/libretro-cores/libretro-gambatte.json
+++ b/flatpak/libretro-cores/libretro-gambatte.json
@@ -22,7 +22,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/gambatte.libretro"
+                    "path": "gambatte.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-mednafen_ngp.json 
b/flatpak/libretro-cores/libretro-mednafen_ngp.json
index 9ed8b92..0f85a3e 100644
--- a/flatpak/libretro-cores/libretro-mednafen_ngp.json
+++ b/flatpak/libretro-cores/libretro-mednafen_ngp.json
@@ -22,7 +22,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/mednafen_ngp.libretro"
+                    "path": "mednafen_ngp.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-mednafen_pce_fast.json 
b/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
index 20e48dd..b76c461 100644
--- a/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
+++ b/flatpak/libretro-cores/libretro-mednafen_pce_fast.json
@@ -22,7 +22,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/mednafen_pce_fast.libretro"
+                    "path": "mednafen_pce_fast.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-nestopia.json b/flatpak/libretro-cores/libretro-nestopia.json
index de9c3a4..76402b3 100644
--- a/flatpak/libretro-cores/libretro-nestopia.json
+++ b/flatpak/libretro-cores/libretro-nestopia.json
@@ -23,7 +23,7 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/nestopia.libretro",
+                    "path": "nestopia.libretro",
                     "dest-filename": "libretro/nestopia.libretro"
                 }
             ]
diff --git a/flatpak/libretro-cores/libretro-pcsx_rearmed.json 
b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
index 08a51ee..51d298f 100644
--- a/flatpak/libretro-cores/libretro-pcsx_rearmed.json
+++ b/flatpak/libretro-cores/libretro-pcsx_rearmed.json
@@ -23,12 +23,12 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/pcsx_rearmed-Makefile.install",
+                    "path": "pcsx_rearmed-Makefile.install",
                     "dest-filename": "Makefile.install"
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/pcsx_rearmed.libretro"
+                    "path": "pcsx_rearmed.libretro"
                 }
             ]
         }
diff --git a/flatpak/libretro-cores/libretro-picodrive.json b/flatpak/libretro-cores/libretro-picodrive.json
index e8c159d..870b591 100644
--- a/flatpak/libretro-cores/libretro-picodrive.json
+++ b/flatpak/libretro-cores/libretro-picodrive.json
@@ -23,12 +23,12 @@
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/picodrive-Makefile.install",
+                    "path": "picodrive-Makefile.install",
                     "dest-filename": "Makefile.install"
                 },
                 {
                     "type": "file",
-                    "path": "libretro-cores/picodrive.libretro"
+                    "path": "picodrive.libretro"
                 }
             ]
         }


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