Blob Blame History Raw
From 05998063122ad833f845c323efb2dd406ace3621 Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lkundrak@v3.sk>
Date: Sun, 15 Jun 2014 12:06:47 +0200
Subject: [PATCH] systemd: Install unit files into proper location

/etc/systemd is reserved for user configuration. It is intended to overlay
defaults in /usr/lib/systemd.
---
 data/systemd/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/systemd/CMakeLists.txt b/data/systemd/CMakeLists.txt
index bd5e29b..f1c7209 100644
--- a/data/systemd/CMakeLists.txt
+++ b/data/systemd/CMakeLists.txt
@@ -47,4 +47,4 @@ if(PolkitQt5-1_FOUND)
     )
 endif()
 
-install(FILES ${FILES} DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/systemd/user)
+install(FILES ${FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/systemd/user)
-- 
2.0.0