aports/community/gsad/fix-bin-path.patch
2022-02-24 21:42:10 +00:00

13 lines
411 B
Diff

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