Merge pull request #440 from smcv/zsh

build: Fix installation of zsh completions in user-specified directory
This commit is contained in:
Colin Walters
2021-06-28 17:20:04 -04:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ AC_ARG_WITH([zsh-completion-dir],
if test "x$with_zsh_completion_dir" = "xyes"; then
[ZSH_COMPLETION_DIR="$datadir/zsh/site-functions"]
else
ZSH_COMPLETION_DIR="$with_bash_completion_dir"
ZSH_COMPLETION_DIR="$with_zsh_completion_dir"
fi