aboutsummaryrefslogtreecommitdiff
path: root/swaylock
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-23 07:52:55 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-23 07:52:55 -0500
commit72043b231d99162d917c3234bfbf99b6a9e29945 (patch)
tree336c267f3f52e416a3406d487ec7a30b54e93250 /swaylock
parent23df7ed502b20bf264d85af2aef8c933e393f9ee (diff)
parentf02cf75ff3b759c530f195d320c722bb30380155 (diff)
downloadsway-72043b231d99162d917c3234bfbf99b6a9e29945.tar.xz
Merge pull request #399 from gpyh/dont-hardcode-path
Use SYSCONFDIR as recommended
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(
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
- DESTINATION /etc/pam.d/
+ DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/
COMPONENT data
)