Run config files through sed and install to /etc

This commit is contained in:
Drew DeVault 2016-12-02 15:56:36 -05:00
parent 751e6d2ab2
commit 25a4a85a59
4 changed files with 31 additions and 11 deletions

View file

@ -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
)