summaryrefslogtreecommitdiff
path: root/bareos/nullify-os-specifics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bareos/nullify-os-specifics.patch')
-rw-r--r--bareos/nullify-os-specifics.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/bareos/nullify-os-specifics.patch b/bareos/nullify-os-specifics.patch
index 9f3b79eca..707a01c46 100644
--- a/bareos/nullify-os-specifics.patch
+++ b/bareos/nullify-os-specifics.patch
@@ -1,11 +1,11 @@
---- a/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
-+++ b/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
-@@ -27,8 +27,6 @@
- add_subdirectory(debian)
- elseif (${DISTNAME} STREQUAL hpux)
- MESSAGE( STATUS "DISTNAME: " ${DISTNAME} )
-- else()
-- add_subdirectory(${DISTNAME})
- endif()
+--- a/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
++++ b/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
+@@ -31,8 +31,6 @@
+ add_subdirectory(univention)
+ elseif(${DISTNAME} STREQUAL hpux)
+ message(STATUS "DISTNAME: " ${DISTNAME})
+- else()
+- add_subdirectory(${DISTNAME})
+ endif()
- if (${systemd})
+ if(${systemd})