blob: 4a3e794bfbc478933059cf735bf3d6741badc498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: src/bareos/core/cmake/distname.sh
===================================================================
--- src.orig/bareos.orig/core/cmake/distname.sh
+++ src/bareos/core/cmake/distname.sh
@@ -181,6 +181,7 @@ else
elif test -f /etc/arch-release
then
PLATFORM=archlinux
+ DISTVER="Arch Linux"
elif test "$CYGWIN" = yes
then
PLATFORM=cygwin
|