aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/002-cmakelist.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-03-08 15:02:40 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-03-08 15:02:40 +0000
commitbed7a4939e578302cbb6ab130861f0894d9c3139 (patch)
tree6e6ca1ad69d662bd75fcfb90f3b49eedd62e3240 /community/greenbone-security-assistant/002-cmakelist.patch
parent0c13f62901744fb0a4415578a9ac50804f892c01 (diff)
downloadaports-bed7a4939e578302cbb6ab130861f0894d9c3139.tar.bz2
aports-bed7a4939e578302cbb6ab130861f0894d9c3139.tar.xz
community/greenbone-security-assistant: added patch for run dir
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")