Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: pkgtool -target_dir completion
- X-seq: zsh-workers 21334
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: pkgtool -target_dir completion
- Date: Wed, 15 Jun 2005 01:57:54 +1000
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
There's a typo in _pkgtool but as I'm not a Slackware user I'm not sure
if this is the appropriate fix...
Regards,
Doug
Index: Completion/Linux/Command/_pkgtool
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_pkgtool,v
retrieving revision 1.6
diff -u -r1.6 _pkgtool
--- Completion/Linux/Command/_pkgtool 8 Jun 2005 05:33:47 -0000 1.6
+++ Completion/Linux/Command/_pkgtool 14 Jun 2005 15:54:29 -0000
@@ -49,7 +49,7 @@
'-ignore_tagfile[install every package encountered regardless of tagfiles]' \
'-tagfile[specify tagfile to be used for the installation]:tagfile:_files -/' \
'-source_dir[specify directory containing each disk subdirectory]:source directory:_path_files -/' \
- '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -W -/' \
+ '-target_dir[specify directory where the target root directory is located]:target directory:_path_files -/' \
'(-source_mounted)-source_device[specify source device to install from]:source device:{compadd "$expl[@]" /dev/*}'
;;
esac
Messages sorted by:
Reverse Date,
Date,
Thread,
Author