File qrsspig-fix-services-path.patch of Package QrssPiG
diff --git a/CMakeLists.txt b/CMakeLists.txt index b21de69..017b3ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,5 +24,5 @@ option(WITH_UPLOADER_SCP "Build with Scp uploader support" ON) subdirs(src) -install(FILES systemd/qrsspig.service DESTINATION /lib/systemd/system/) +install(FILES systemd/qrsspig.service DESTINATION /usr/lib/systemd/system/) install(FILES etc/qrsspig.yaml DESTINATION /etc/qrsspig/)