summarylogtreecommitdiffstats
path: root/0001-distver.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-distver.patch')
-rw-r--r--0001-distver.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0001-distver.patch b/0001-distver.patch
new file mode 100644
index 000000000000..855e1520cf2d
--- /dev/null
+++ b/0001-distver.patch
@@ -0,0 +1,10 @@
+--- core/cmake/distname.sh 2021-12-23 02:16:52.596202300 +0100
++++ core/cmake/distname.sh 2021-12-23 02:18:31.430250149 +0100
+@@ -181,6 +181,7 @@ else
+ elif test -f /etc/arch-release
+ then
+ PLATFORM=archlinux
++ DISTVER="Arch Linux"
+ elif test "$CYGWIN" = yes
+ then
+ PLATFORM=cygwin