diff options
| author | Drew DeVault <[email protected]> | 2015-12-23 07:52:55 -0500 |
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2015-12-23 07:52:55 -0500 |
| commit | 72043b231d99162d917c3234bfbf99b6a9e29945 (patch) | |
| tree | 336c267f3f52e416a3406d487ec7a30b54e93250 /swaylock | |
| parent | 23df7ed502b20bf264d85af2aef8c933e393f9ee (diff) | |
| parent | f02cf75ff3b759c530f195d320c722bb30380155 (diff) | |
Merge pull request #399 from gpyh/dont-hardcode-path
Use SYSCONFDIR as recommended
Diffstat (limited to 'swaylock')
| -rw-r--r-- | swaylock/CMakeLists.txt | 2 |
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 ) |
