aboutsummaryrefslogtreecommitdiffstats
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/zsh/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/zsh/CMakeLists.txt b/completions/zsh/CMakeLists.txt
index ac307d7d..62c85090 100644
--- a/completions/zsh/CMakeLists.txt
+++ b/completions/zsh/CMakeLists.txt
@@ -1,4 +1,4 @@
1install( 1install(
2 FILES _sway _swaymsg _swaygrab _swaylock 2 FILES _sway _swaymsg _swaygrab _swaylock
3 DESTINATION share/zsh/site-functions/ 3 DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/zsh/site-functions/
4) 4)