summarylogtreecommitdiffstats
path: root/rules-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rules-makefile.patch')
-rw-r--r--rules-makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules-makefile.patch b/rules-makefile.patch
new file mode 100644
index 000000000000..6281a308100b
--- /dev/null
+++ b/rules-makefile.patch
@@ -0,0 +1,13 @@
+--- Makefile.orig 2020-11-16 18:47:50.968860447 +0000
++++ Makefile 2020-11-16 18:48:10.395145904 +0000
+@@ -8,8 +8,8 @@
+ @echo "use dist or install targets"
+
+ install:
+- @mkdir -p $(DESTDIR)/opt/devkitpro/devkitARM
+- @cp -v $(FILES) $(DESTDIR)/opt/devkitpro/devkitARM
++ @mkdir -p $(DESTDIR)/devkitARM
++ @cp -v $(FILES) $(DESTDIR)/devkitARM
+
+ dist:
+ @tar -cJf devkitarm-rules-$(_MAJOR).$(_MINOR).$(_PATCH).tar.xz $(FILES) Makefile