From 5e97936b9c1b147c9113822a73cb7d6a25442062 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Mar 2019 11:23:54 +0100 Subject: bareos: fixed the "Project" issue, I think --- bareos/nullify-os-specifics.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bareos/nullify-os-specifics.patch (limited to 'bareos/nullify-os-specifics.patch') diff --git a/bareos/nullify-os-specifics.patch b/bareos/nullify-os-specifics.patch new file mode 100644 index 000000000..9f3b79eca --- /dev/null +++ b/bareos/nullify-os-specifics.patch @@ -0,0 +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() + + if (${systemd}) -- cgit v1.2.3-54-g00ecf