From 95725d696501c3812ba6b0c5418ad73c084fa9b3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 3 Feb 2020 11:58:47 +0100 Subject: bareos: 18.2.7-1 -> 19.2.4-1 --- bareos/nullify-os-specifics.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'bareos/nullify-os-specifics.patch') 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}) -- cgit v1.2.3-54-g00ecf