diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/CMakeLists.txt | 2 |
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( COMPONENT runtime ) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/config + FILES ${PROJECT_SOURCE_DIR}/config DESTINATION ${FALLBACK_CONFIG_DIR} COMPONENT configuration ) |