aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/002-cmakelist.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/greenbone-security-assistant/002-cmakelist.patch')
-rw-r--r--community/greenbone-security-assistant/002-cmakelist.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/002-cmakelist.patch b/community/greenbone-security-assistant/002-cmakelist.patch
new file mode 100644
index 0000000000..0501cb785e
--- /dev/null
+++ b/community/greenbone-security-assistant/002-cmakelist.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d583ef1..8049da4 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -222,7 +222,7 @@ if (NOT DATADIR)
+ endif (NOT DATADIR)
+
+ if (NOT GSAD_PID_DIR)
+- set (GSAD_PID_DIR "${LOCALSTATEDIR}/run")
++ set (GSAD_PID_DIR "/run")
+ endif (NOT GSAD_PID_DIR)
+
+ set (OPENVAS_STATE_DIR "${LOCALSTATEDIR}/lib/openvas")