1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/greenbone-security-assistant/gsad-sbin.patch
2019-10-21 20:01:23 +00:00

13 lines
434 B
Diff

diff --git a/gsad/src/CMakeLists.txt b/gsad/src/CMakeLists.txt
index 27dbb22..b7f6d6f 100644
--- a/gsad/src/CMakeLists.txt
+++ b/gsad/src/CMakeLists.txt
@@ -177,7 +177,7 @@ add_definitions (-DPREFIX="${CMAKE_INSTALL_PREFIX}")
## Install
install (TARGETS gsad
- RUNTIME DESTINATION ${SBINDIR}
+ RUNTIME DESTINATION ${BINDIR}
LIBRARY DESTINATION ${LIBDIR}
ARCHIVE DESTINATION ${LIBDIR}/static)