summaryrefslogtreecommitdiff
path: root/archlinuxaba/bareos/plattforms-archlinux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'archlinuxaba/bareos/plattforms-archlinux.patch')
-rw-r--r--archlinuxaba/bareos/plattforms-archlinux.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/archlinuxaba/bareos/plattforms-archlinux.patch b/archlinuxaba/bareos/plattforms-archlinux.patch
new file mode 100644
index 0000000..caa7bd3
--- /dev/null
+++ b/archlinuxaba/bareos/plattforms-archlinux.patch
@@ -0,0 +1,11 @@
+--- bareos/core/platforms/CMakeLists.txt 2020-02-07 22:05:23.436631465 +0100
++++ bareosb/core/platforms/CMakeLists.txt 2020-02-07 22:19:25.365678836 +0100
+@@ -31,6 +31,8 @@
+ add_subdirectory(univention)
+ elseif(${DISTNAME} STREQUAL hpux)
+ message(STATUS "DISTNAME: " ${DISTNAME})
++ elseif(${DISTNAME} STREQUAL archlinux)
++ message(STATUS "DISTNAME: ", ${DISTNAME})
+ else()
+ add_subdirectory(${DISTNAME})
+ endif()