diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2013-04-29 04:42:22 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-30 13:04:21 +0200 |
commit | 9de33488bffffd4bb273f73f98a0ced40ba06f29 (patch) | |
tree | 96959a555ed012e1d3259b1cb2cc6efd6e371e93 /contrib/bash_completion.in | |
parent | b8c84479712f021735466d9882bf8ebbf1c558e4 (diff) | |
download | pacman-9de33488bffffd4bb273f73f98a0ced40ba06f29.tar.gz pacman-9de33488bffffd4bb273f73f98a0ced40ba06f29.tar.xz |
Add --noprepare option to makepkg
This new option disables the prepare function. Useful in combination
with -o to get an unpatched copy of the sources for testing purpose.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib/bash_completion.in')
-rw-r--r-- | contrib/bash_completion.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index 28981ae4..519aa6dc 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -77,7 +77,7 @@ _makepkg() { if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then opts=('allsource asdeps asroot check clean config force geninteg help holdver ignorearch install key log needed nobuild nocheck nocolor noconfirm nodeps noextract - noprogressbar nosign pkg repackage rmdeps sign skipchecksums skipinteg + noprepare noprogressbar nosign pkg repackage rmdeps sign skipchecksums skipinteg skippgpcheck source syncdeps verifysource version' 'A L R S c d e f g h i m o p r s') _arch_ptr2comp opts |