summaryrefslogtreecommitdiff
path: root/archlinuxaba/bareos/0001-distver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'archlinuxaba/bareos/0001-distver.patch')
-rw-r--r--archlinuxaba/bareos/0001-distver.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/archlinuxaba/bareos/0001-distver.patch b/archlinuxaba/bareos/0001-distver.patch
new file mode 100644
index 0000000..855e152
--- /dev/null
+++ b/archlinuxaba/bareos/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