aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2015-12-01 16:57:03 -0500
committerLibravatar Drew DeVault <ddevault@linode.com>2015-12-01 16:57:03 -0500
commit98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a (patch)
treed84e3a1b7446f1ad88e7fa896c6af8995b14e622 /sway
parentMerge pull request #287 from christophgysin/cmake (diff)
downloadsway-98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a.tar.gz
sway-98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a.tar.zst
sway-98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a.zip
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(
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)