Description: Install systemd units to /lib/systemd/system/
 See here for a rationale
 ("Moratorium on moving files' logical locations into /usr"):
 https://lists.debian.org/debian-devel/2021/10/msg00190.html
Author: Evgeni Golov <evgeni@debian.org>
Forwarded: not-needed
Reviewed-by: Lee Garrett <debian@rocketjump.eu>
Last-Update: 2023-01-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -178,7 +178,7 @@
 		rcscripts/systemd/thinkfan-sleep.service
 		rcscripts/systemd/thinkfan-wakeup.service
 		"${CMAKE_BINARY_DIR}/rcscripts/systemd/thinkfan.service"
-		DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/systemd/system")
+		DESTINATION "/lib/systemd/system")
 	if(NOT EXISTS "/etc/systemd/system/thinkfan.service.d/override.conf")
 		install(FILES
 			rcscripts/systemd/override.conf
