mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtool
This commit is contained in:
parent
207acdfe89
commit
c2ff7a83da
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-08-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Andrew Psaltis: 27212: Completion/Linux/Command/_pkgtool:
|
||||
Slackware supports extra tar formats.
|
||||
|
||||
2009-08-05 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27211: Src/Zle/computil.c: Extend exact completion within
|
||||
|
@ -12065,5 +12070,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4757 $
|
||||
* $Revision: 1.4758 $
|
||||
*****************************************************
|
||||
|
|
|
@ -12,7 +12,7 @@ case "$service" in
|
|||
"-ask[always ask on package installation regardless of package's priority]" \
|
||||
'-priority[provide a priority for the entire package list to use]:priority list:(ADD REC OPT SKP)' \
|
||||
'-tagfile[specify a different file to use for package priorities]:tagfile:_files -/' \
|
||||
'*:package file:_files -g "*.tgz(-.)"'
|
||||
'*:package file:_files -g "*.t[gblx]z(-.)"'
|
||||
;;
|
||||
|
||||
removepkg)
|
||||
|
@ -29,11 +29,11 @@ case "$service" in
|
|||
'--install-new[install new packages in addition to upgrading existing ones]' \
|
||||
'--reinstall[upgrade even when the same version is already installed]' \
|
||||
'--verbose[show all the gory details of the upgrade]' \
|
||||
'*:package file:_files -g "*.tgz(-.)"'
|
||||
'*:package file:_files -g "*.t[gblx]z(-.)"'
|
||||
;;
|
||||
|
||||
explodepkg)
|
||||
_wanted file expl 'package file' _files -g '*.tgz(-.)'
|
||||
_wanted file expl 'package file' _files -g '*.t[gblx]z(-.)'
|
||||
;;
|
||||
|
||||
makepkg)
|
||||
|
|
Loading…
Reference in a new issue