summarylogtreecommitdiffstats
path: root/010-mupen64plus-git-install-fix.patch
diff options
context:
space:
mode:
authorDaniel Bermond2021-01-09 02:32:57 +0000
committerDaniel Bermond2021-01-09 02:32:57 +0000
commitf847182ca721b2123c1bb983138a614e0b2673b3 (patch)
tree37019757275e7b15b272b45022fe9fb250c5e224 /010-mupen64plus-git-install-fix.patch
parente87b4698fd9f7f76ad344ab9994542b20e6d8169 (diff)
downloadaur-f847182ca721b2123c1bb983138a614e0b2673b3.tar.gz
Remove a now unneeded patch. Update dependencies.
References ---------- [1] https://github.com/mupen64plus/mupen64plus-ui-console/commit/7b236510288eece4cb824d9155005f83d1e4d0d2 [2] https://github.com/mupen64plus/mupen64plus-ui-console/commit/20cdcb37551872cd6407dafff9853a6b049c9a6b [3] https://github.com/mupen64plus/mupen64plus-ui-console/commit/32e27344214946f0dce3cd2b4fff152a3538bd8f
Diffstat (limited to '010-mupen64plus-git-install-fix.patch')
-rw-r--r--010-mupen64plus-git-install-fix.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/010-mupen64plus-git-install-fix.patch b/010-mupen64plus-git-install-fix.patch
new file mode 100644
index 000000000000..3c61e6d5894f
--- /dev/null
+++ b/010-mupen64plus-git-install-fix.patch
@@ -0,0 +1,9 @@
+--- a/m64p_install.sh
++++ b/m64p_install.sh
+@@ -43,5 +43,5 @@ for component in ${M64P_COMPONENTS}; do
+ fi
+
+ echo "************************************ Installing ${component} ${component_type}"
+- "$MAKE" -C source/mupen64plus-${component}/projects/unix install $@
++ "$MAKE" -C mupen64plus-${component}/projects/unix install $@
+ done