aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <ddevault@linode.com>2015-12-01 16:57:03 -0500
committerDrew DeVault <ddevault@linode.com>2015-12-01 16:57:03 -0500
commit98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a (patch)
treed84e3a1b7446f1ad88e7fa896c6af8995b14e622 /sway
parentfc01f04c93c0de2a0cdcee946ac0131b86e18342 (diff)
Fix busted install of /etc/sway/config
Diffstat (limited to 'sway')
-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(
COMPONENT runtime
)
install(
- FILES ${CMAKE_CURRENT_SOURCE_DIR}/config
+ FILES ${PROJECT_SOURCE_DIR}/config
DESTINATION ${FALLBACK_CONFIG_DIR}
COMPONENT configuration
)