summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Schopf2020-02-16 10:24:08 +0100
committerDaniel Schopf2020-02-16 10:24:08 +0100
commit689dfb206d070dd0f067cb28318b755c651ca868 (patch)
tree0798a5da386becf1e4e1abd6e1f31baf2da113a4 /PKGBUILD
parent77ad1f2e7bf07bcf026f05ea482b9fbe4315a601 (diff)
downloadaur-689dfb206d070dd0f067cb28318b755c651ca868.tar.gz
Fix the zsh completion folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2965bb5db1ae..1489f30d203a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR="lib" \
-DCMAKE_INSTALL_LIBEXECDIR="/usr/lib" \
-DBASH_COMPLETION_COMPLETIONSDIR="/usr/share/bash-completion/completions" \
- -DZSH_COMPLETION_COMPLETIONSDIR="/usr/share/zsh/functions/Completion/Unix" \
+ -DZSH_COMPLETION_COMPLETIONSDIR="/usr/share/zsh/site-functions" \
-DKIM_API_BUILD_EXAMPLES=ON
make
}