Fix busted install of /etc/sway/config

This commit is contained in:
Drew DeVault 2015-12-01 16:57:03 -05:00
parent fc01f04c93
commit 98ff23b497

View file

@ -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
)