[gnome-apps-nightly/wip/msanchez/gnome-games: 2/3] Games: Update the Libretro core install dir



commit 410d7ad35f49d35846d8682bda7bd7c8ff49e7be
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Sep 22 13:40:54 2016 +0200

    Games: Update the Libretro core install dir
    
    Install the Libretro cores into /app/lib/libretro rather than
    /app/lib/retro-1.0/plugins.

 libretro-cores/libretro-bsnes.json           |    8 ++++----
 libretro-cores/libretro-gambatte.json        |    8 ++++----
 libretro-cores/libretro-pcsx_rearmed.json    |    4 ++--
 libretro-cores/pcsx_rearmed-Makefile.install |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/libretro-cores/libretro-bsnes.json b/libretro-cores/libretro-bsnes.json
index 214ef5a..8ba402c 100644
--- a/libretro-cores/libretro-bsnes.json
+++ b/libretro-cores/libretro-bsnes.json
@@ -3,19 +3,19 @@
             "no-autogen": true,
             "make-args": [
                 "prefix=/app",
-                "core_installdir=/app/lib/retro-1.0/plugins",
+                "core_installdir=/app/lib/libretro",
                 "profile=balanced"
             ],
             "make-install-args": [
                 "prefix=/app",
-                "core_installdir=/app/lib/retro-1.0/plugins",
+                "core_installdir=/app/lib/libretro",
                 "profile=balanced"
             ],
             "post-install": [
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
-                "mkdir -p /app/lib/retro-1.0/plugins/",
-                "install -m644 -p bsnes_balanced_libretro.info /app/lib/retro-1.0/plugins/"
+                "mkdir -p /app/lib/libretro/",
+                "install -m644 -p bsnes_balanced_libretro.info /app/lib/libretro/"
             ],
             "sources": [
                 {
diff --git a/libretro-cores/libretro-gambatte.json b/libretro-cores/libretro-gambatte.json
index 6120f4e..a82aca8 100644
--- a/libretro-cores/libretro-gambatte.json
+++ b/libretro-cores/libretro-gambatte.json
@@ -3,17 +3,17 @@
             "no-autogen": true,
             "make-args": [
                 "prefix=/app",
-                "core_installdir=/app/lib/retro-1.0/plugins"
+                "core_installdir=/app/lib/libretro"
             ],
             "make-install-args": [
                 "prefix=/app",
-                "core_installdir=/app/lib/retro-1.0/plugins"
+                "core_installdir=/app/lib/libretro"
             ],
             "post-install": [
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
-                "mkdir -p /app/lib/retro-1.0/plugins/",
-                "install -m644 -p gambatte_libretro.info /app/lib/retro-1.0/plugins/"
+                "mkdir -p /app/lib/libretro/",
+                "install -m644 -p gambatte_libretro.info /app/lib/libretro/"
             ],
             "sources": [
                 {
diff --git a/libretro-cores/libretro-pcsx_rearmed.json b/libretro-cores/libretro-pcsx_rearmed.json
index 69db8bf..5f65d58 100644
--- a/libretro-cores/libretro-pcsx_rearmed.json
+++ b/libretro-cores/libretro-pcsx_rearmed.json
@@ -13,8 +13,8 @@
             "post-install": [
                 /* TODO: Find a better folder */
                 /* TODO: Send that upstream */
-                "mkdir -p /app/lib/retro-1.0/plugins/",
-                "install -m644 -p pcsx_rearmed_libretro.info /app/lib/retro-1.0/plugins/"
+                "mkdir -p /app/lib/libretro/",
+                "install -m644 -p pcsx_rearmed_libretro.info /app/lib/libretro/"
             ],
             "sources": [
                 {
diff --git a/libretro-cores/pcsx_rearmed-Makefile.install b/libretro-cores/pcsx_rearmed-Makefile.install
index 8a8c8af..c920c1b 100644
--- a/libretro-cores/pcsx_rearmed-Makefile.install
+++ b/libretro-cores/pcsx_rearmed-Makefile.install
@@ -1,4 +1,4 @@
 include Makefile.libretro
 
 install:
-       install -p -m755 pcsx_rearmed_libretro.so $(DESTDIR)$(prefix)/lib/retro-1.0/plugins
+       install -p -m755 pcsx_rearmed_libretro.so $(DESTDIR)$(prefix)/lib/libretro


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