zsh_completion: Fix package completion

Make use of _devtools_completions_all_packages() instead of using
_devtools_completions_installed_packages(). The latter was removed
during an earlier review of the patch adding ZSH completion (now
6350ec04 in master) but we forgot to change two references.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Lukas Fleischer 2011-08-29 09:06:50 +02:00 committed by Pierre Schmitz
parent 5f8458f197
commit 142b032212
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ _commitpkg_args=(
)
_finddeps_args=(
'1:packages:_devtools_completions_installed_packages'
'1:packages:_devtools_completions_all_packages'
)
_makechrootpkg_args=(
@ -64,7 +64,7 @@ _mkarchroot_args=(
_rebuildpkgs_args=(
'1:chroot_dir:_files -/'
'*:packages:_devtools_completions_installed_packages'
'*:packages:_devtools_completions_all_packages'
)
_devtools_completions_all_packages() {