summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-08-07 09:03:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-08-07 09:03:39 +0000
commitc2ff7a83dab4eda61308079b2d72daee0b83ff6f (patch)
treeb7ba0dc45eee955430c5a2e9c77d40606d8a84e8
parent207acdfe8916f6853430058c75706b5891808cc9 (diff)
downloadzsh-c2ff7a83dab4eda61308079b2d72daee0b83ff6f.tar.gz
zsh-c2ff7a83dab4eda61308079b2d72daee0b83ff6f.zip
Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtool
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Linux/Command/_pkgtool6
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5190d8735..3294a609c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
*****************************************************
diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool
index 940c09816..916e9e33f 100644
--- a/Completion/Linux/Command/_pkgtool
+++ b/Completion/Linux/Command/_pkgtool
@@ -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)