diff options
| author | Pavel Borzenkov | 2013-08-13 14:42:15 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-13 07:22:03 -0700 |
| commit | 56d778cd49b7b0884552a467ccbc8879d991a14d (patch) | |
| tree | 9d3a64b724e4e02ec4243752042f49e4e2a3f861 /Library | |
| parent | 3b4eeb50ec89bf617ded983ac55c65964726cb50 (diff) | |
| download | homebrew-56d778cd49b7b0884552a467ccbc8879d991a14d.tar.bz2 | |
pass: install zsh completion files
Closes #21866.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Closes #21866.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pass.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb index 83c896fbc..894f42627 100644 --- a/Library/Formula/pass.rb +++ b/Library/Formula/pass.rb @@ -15,6 +15,7 @@ class Pass < Formula def install system "make DESTDIR=#{prefix} PREFIX=/ install" + zsh_completion.install "contrib/pass.zsh-completion" => "_pass" end def test |
