makepkg: Oops! Lost the colon after forcever in opts parsing
I screwed this up here:
916e226b78
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
6ee95afe7e
commit
ffff094126
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ SRCDEST=${SRCDEST:-$startdir} #default to $startdir if undefined
|
|||
|
||||
# Parse Command Line Options.
|
||||
OPT_SHORT="AbcCdefFghiLmop:rRsSV"
|
||||
OPT_LONG="ignorearch,asroot,builddeps,clean,cleancache,nodeps,noextract,force,forcever,geninteg,help,holdver"
|
||||
OPT_LONG="ignorearch,asroot,builddeps,clean,cleancache,nodeps,noextract,force,forcever:,geninteg,help,holdver"
|
||||
OPT_LONG="$OPT_LONG,install,log,nocolor,nobuild,rmdeps,repackage,source,syncdeps,usesudo,version"
|
||||
# Pacman Options
|
||||
OPT_LONG="$OPT_LONG,noconfirm,noprogressbar"
|
||||
|
|
Loading…
Add table
Reference in a new issue