curl: generate zsh completion file
Also make scripts to generate zsh-completion file '_curl'. Closes #34848. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c28c7d1da9
commit
1b26f2a613
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class Curl < Formula
|
|||
|
||||
system "./configure", *args
|
||||
system "make", "install"
|
||||
system "make", "install", "-C", "scripts"
|
||||
libexec.install "lib/mk-ca-bundle.pl"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue