summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index 1e2f3fd3..92392354 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -42,7 +42,7 @@ install(
42 COMPONENT runtime 42 COMPONENT runtime
43) 43)
44install( 44install(
45 FILES ${CMAKE_CURRENT_SOURCE_DIR}/config 45 FILES ${PROJECT_SOURCE_DIR}/config
46 DESTINATION ${FALLBACK_CONFIG_DIR} 46 DESTINATION ${FALLBACK_CONFIG_DIR}
47 COMPONENT configuration 47 COMPONENT configuration
48) 48)