From f02cf75ff3b759c530f195d320c722bb30380155 Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Wed, 23 Dec 2015 12:22:48 +0100 Subject: Use SYSCONFDIR as recommended - swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more --- sway/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/CMakeLists.txt') diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 894163b8..259e9ab3 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -42,7 +42,7 @@ install( ) install( FILES ${PROJECT_SOURCE_DIR}/config - DESTINATION ${FALLBACK_CONFIG_DIR} + DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/sway/ COMPONENT configuration ) -- cgit v1.2.3