diff options
author | Chmouel Boudjnah <chmou@users.sourceforge.net> | 2000-06-04 19:41:39 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@users.sourceforge.net> | 2000-06-04 19:41:39 +0000 |
commit | b8440550d7cfce176e1656da67fd36e25f6c9999 (patch) | |
tree | 0aeeb23ee304f1a447011db34ab5722881e3d628 /Completion | |
parent | bac12ab6ff84a0cd7c952e5ab2fb7595a93d182d (diff) | |
download | zsh-b8440550d7cfce176e1656da67fd36e25f6c9999.tar.gz zsh-b8440550d7cfce176e1656da67fd36e25f6c9999.tar.xz zsh-b8440550d7cfce176e1656da67fd36e25f6c9999.zip |
* 11740: Completion/Linux/_rpm: --{rebuild,recompile} is always
local files.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Linux/_rpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index ba18c8c17..83ad3b6e1 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -92,7 +92,7 @@ _arguments -C -s \ '(-e)--erase:*:uninstall:->uninstall' \ '-b+[build mode (spec file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_b' \ '(-b)-t+[build mode (tar file)]:build stage:((p\:execute\ \%prep\ stage l\:do\ a\ list\ check c\:execute\ build\ stage i\:execute\ install\ stage b\:build\ a\ binary\ package a\:build\ binary\ and\ source\ packages)):*:build:->build_t' \ - --{resign,addsign}':*:RPM package:->package' \ + --{resign,addsign}':*:RPM package:->package_file' \ '--rmsource:*:spec file:->spec_file' \ --{rebuild,recompile}':*:Src RPM files:->package_src' \ '(--checksig)-K+[signature check mode]:*:sigcheck:->sigcheck' \ |