aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaylock/CMakeLists.txt')
-rw-r--r--swaylock/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaylock/CMakeLists.txt b/swaylock/CMakeLists.txt
index 950a170d..6b110e77 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -39,6 +39,6 @@ install(
39 39
40install( 40install(
41 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock 41 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
42 DESTINATION /etc/pam.d/ 42 DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/
43 COMPONENT data 43 COMPONENT data
44) 44)