[gnome-apps-nightly] Games: Update the Libretro core install dir
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Games: Update the Libretro core install dir
- Date: Thu, 22 Sep 2016 11:43:07 +0000 (UTC)
commit dce7332192d955ea86bc7225c7a00c419833b08a
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 af5fcde..6e145be 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 0caffbc..b021f19 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]