summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-04-06 15:15:34 +0200
committerFerdinand Bachmann2021-04-06 15:23:19 +0200
commit00feb5d70804be632c9eaf24f2df3a690b9706a1 (patch)
treeaccebe92343262df4e68003f93dc7ddf5b3f86e2
parentda2e97492d6edb4352f5e1bd94b2a96eafdbdcf5 (diff)
downloadaur-00feb5d70804be632c9eaf24f2df3a690b9706a1.tar.gz
add missing patch to repo
-rw-r--r--wit-makefile-version.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/wit-makefile-version.patch b/wit-makefile-version.patch
new file mode 100644
index 000000000000..314da8b961fe
--- /dev/null
+++ b/wit-makefile-version.patch
@@ -0,0 +1,10 @@
+diff -rupN wiimms-iso-tools.orig/project/Makefile wiimms-iso-tools/project/Makefile
+--- wiimms-iso-tools.orig/project/Makefile 2021-04-06 15:02:45.248282583 +0200
++++ wiimms-iso-tools/project/Makefile 2021-04-06 15:02:55.818341676 +0200
+@@ -1031,3 +1031,6 @@ help:
+ -include makefiles-local/Makefile.local.$(SYSTEM)
+ -include Makefile.user
+
++.PHONY: version
++version:
++ @echo "$(VERSION)"