aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 15:56:36 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 15:56:36 -0500
commit25a4a85a59802d3e437129370945d4b4a662c7b2 (patch)
treeb38201157a52dc222014ae2046461c2312f45db8 /swaylock
parentClarify lock permission consequences (diff)
downloadsway-25a4a85a59802d3e437129370945d4b4a662c7b2.tar.gz
sway-25a4a85a59802d3e437129370945d4b4a662c7b2.tar.zst
sway-25a4a85a59802d3e437129370945d4b4a662c7b2.zip
Run config files through sed and install to /etc
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 febbd1af..4aec6424 100644
--- a/swaylock/CMakeLists.txt
+++ b/swaylock/CMakeLists.txt
@@ -42,7 +42,7 @@ install(
42 42
43install( 43install(
44 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock 44 FILES ${CMAKE_CURRENT_SOURCE_DIR}/pam/swaylock
45 DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/pam.d/ 45 DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/pam.d/
46 COMPONENT data 46 COMPONENT data
47) 47)
48 48