summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhyme Lyu2024-04-12 14:54:46 +0800
committerWhyme Lyu2024-04-12 14:54:46 +0800
commit3c4014e42f380f848b4d93bf8eb4584b9973812f (patch)
tree82afac3ccbab99f4bdf8206f2972c5bd6bd8d50b
parent8b3c87903afd12f02dbfe5c55c9fe983ba75365f (diff)
downloadaur-3c4014e42f380f848b4d93bf8eb4584b9973812f.tar.gz
Install zsh * fish completions
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 492f94286604..dd8baf428084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,8 +68,10 @@ build() {
"${srcdir}/$_proj/configure" \
"${_configure_options[@]}" \
+ --with-fish-functions-dir=/usr/share/fish/vendor_completions.d/ \
--with-openssl \
--with-openssl-quic \
+ --with-zsh-functions-dir=/usr/share/zsh/site-functions/ \
--enable-versioned-symbols
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make