aports/testing/laminar/laminard-location.patch
Michał Polański 6646fbd5f2 testing/laminar: new aport
Fast and lightweight Continuous Integration server
https://laminar.ohwg.net/
2022-06-17 02:15:19 +02:00

14 lines
699 B
Diff

Install laminard under bin.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -142,7 +142,7 @@ endif()
set(SYSTEMD_UNITDIR /lib/systemd/system CACHE PATH "Path to systemd unit files")
set(BASH_COMPLETIONS_DIR /usr/share/bash-completion/completions CACHE PATH "Path to bash completions directory")
set(ZSH_COMPLETIONS_DIR /usr/share/zsh/site-functions CACHE PATH "Path to zsh completions directory")
-install(TARGETS laminard RUNTIME DESTINATION sbin)
+install(TARGETS laminard RUNTIME DESTINATION bin)
install(TARGETS laminarc RUNTIME DESTINATION bin)
install(FILES etc/laminar.conf DESTINATION /etc)
install(FILES etc/laminarc-completion.bash DESTINATION ${BASH_COMPLETIONS_DIR} RENAME laminarc)