summarylogtreecommitdiffstats
path: root/010-mupen64plus-install-fix.patch
blob: 3c61e6d5894f1bf75ba6926e820829de0223fed4 (plain)
1
2
3
4
5
6
7
8
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