summaryrefslogtreecommitdiff
path: root/bareos/nullify-os-specifics.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 11:23:54 +0100
committerErich Eckner <git@eckner.net>2019-03-07 11:23:54 +0100
commit5e97936b9c1b147c9113822a73cb7d6a25442062 (patch)
tree1b20647ac90dd5cb72672341e92fe0d71536c02e /bareos/nullify-os-specifics.patch
parente617fb4e70a11a71770f025561d02612063cd348 (diff)
downloadarchlinuxewe-5e97936b9c1b147c9113822a73cb7d6a25442062.tar.xz
bareos: fixed the "Project" issue, I think
Diffstat (limited to 'bareos/nullify-os-specifics.patch')
-rw-r--r--bareos/nullify-os-specifics.patch11
1 files changed, 11 insertions, 0 deletions
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})