diff options
Diffstat (limited to 'net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-8.0.1-sbin.patch')
-rw-r--r-- | net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-8.0.1-sbin.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-8.0.1-sbin.patch b/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-8.0.1-sbin.patch new file mode 100644 index 000000000000..c1825ba3f5db --- /dev/null +++ b/net-analyzer/greenbone-security-assistant/files/greenbone-security-assistant-8.0.1-sbin.patch @@ -0,0 +1,12 @@ +--- a/gsad/src/CMakeLists.txt 2019-07-21 23:07:38.375683800 +0300 ++++ a/gsad/src/CMakeLists.txt 2019-07-21 23:08:17.301651451 +0300 +@@ -175,7 +175,7 @@ + ## Install + + install (TARGETS gsad +- RUNTIME DESTINATION ${SBINDIR} ++ RUNTIME DESTINATION ${BINDIR} + LIBRARY DESTINATION ${LIBDIR} + ARCHIVE DESTINATION ${LIBDIR}/static) + + |