summaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 12:22:48 +0100
committerLibravatar Yacine Hmito <yacine.hmito@gmail.com>2015-12-23 12:22:48 +0100
commitf02cf75ff3b759c530f195d320c722bb30380155 (patch)
tree336c267f3f52e416a3406d487ec7a30b54e93250 /swaylock
parentMerge pull request #396 from crondog/fixbar (diff)
downloadsway-f02cf75ff3b759c530f195d320c722bb30380155.tar.gz
sway-f02cf75ff3b759c530f195d320c722bb30380155.tar.zst
sway-f02cf75ff3b759c530f195d320c722bb30380155.zip
Use SYSCONFDIR as recommended
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
Diffstat (limited to 'swaylock')
-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)