diff options
| author | Drew DeVault <ddevault@linode.com> | 2015-12-01 16:57:03 -0500 |
|---|---|---|
| committer | Drew DeVault <ddevault@linode.com> | 2015-12-01 16:57:03 -0500 |
| commit | 98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a (patch) | |
| tree | d84e3a1b7446f1ad88e7fa896c6af8995b14e622 | |
| parent | fc01f04c93c0de2a0cdcee946ac0131b86e18342 (diff) | |
| download | sway-98ff23b49739b29f5b8d2d3b1dbe2e7fe740d79a.tar.xz | |
Fix busted install of /etc/sway/config
| -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 ) |
