From 98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 1 Dec 2015 16:57:03 -0500 Subject: [PATCH] Fix busted install of /etc/sway/config --- sway/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 1e2f3fd37..92392354b 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 )