summarylogtreecommitdiffstats
path: root/010-mupen64plus-git-install-fix.patch
diff options
context:
space:
mode:
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