aboutsummaryrefslogtreecommitdiffstats
path: root/completions/zsh/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-17 14:56:51 -0500
committerLibravatar GitHub <noreply@github.com>2016-12-17 14:56:51 -0500
commit14d9200e4e51c7c4597df65cbf0fb5347ef80caa (patch)
tree4dac5642f1a62276b17811f4fe0708c8bf236c58 /completions/zsh/CMakeLists.txt
parentAdd libcap dependency to readme (diff)
parentUse CMAKE_INSTALL_FULL_DATA{,ROOT}DIR (diff)
downloadsway-14d9200e4e51c7c4597df65cbf0fb5347ef80caa.tar.gz
sway-14d9200e4e51c7c4597df65cbf0fb5347ef80caa.tar.zst
sway-14d9200e4e51c7c4597df65cbf0fb5347ef80caa.zip
Merge pull request #996 from woutershep/datadir
Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIR
Diffstat (limited to 'completions/zsh/CMakeLists.txt')
-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)