mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-22 06:01:26 +02:00
13 lines
411 B
Diff
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)
|