summaryrefslogtreecommitdiff
path: root/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
blob: 707a01c46f0c312f09dcc63c17f817e89d54d9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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})