blob: 855e1520cf2d2f4d487c3e231502db8c064ce4f5 (
plain)
1
2
3
4
5
6
7
8
9
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
|