Use SYSCONFDIR as recommended

- swaylock config path not hardcoded anymore
- the unusual and weird FALLBACK_CONFIG_DIR is no more
This commit is contained in:
Yacine Hmito 2015-12-23 12:22:48 +01:00
parent 23df7ed502
commit f02cf75ff3
5 changed files with 6 additions and 11 deletions

View file

@ -42,7 +42,7 @@ install(
)
install(
FILES ${PROJECT_SOURCE_DIR}/config
DESTINATION ${FALLBACK_CONFIG_DIR}
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/sway/
COMPONENT configuration
)