aboutsummaryrefslogtreecommitdiff
path: root/swaylock/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-12-02 15:56:36 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-12-02 15:56:36 -0500
commit2bf0d19d8b787bbc88fd1744c4cbd579d74f6812 (patch)
treeb38201157a52dc222014ae2046461c2312f45db8 /swaylock/CMakeLists.txt
parentafebf7a19fbf10474a7d7819e779f81b1bc860be (diff)
Run config files through sed and install to /etc
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 febbd1af..4aec6424 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -42,7 +42,7 @@ install(
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/
+ DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d/
COMPONENT data
)