mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-09 04:57:59 -05:00
makepkg: When we add an option, we should probably make it work
The -A,--ignorearch option was added and given help text, but never actually listed as valid to the option parser. Fix this. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
48bf088e65
commit
69d68ef0b5
@ -1047,8 +1047,8 @@ if [ -z "$SRCROOT" ]; then
|
||||
fi
|
||||
|
||||
# Parse Command Line Options.
|
||||
OPT_SHORT="bcCdefFghiLmop:rRsSV"
|
||||
OPT_LONG="asroot,builddeps,clean,cleancache,nodeps,noextract,force,geninteg,help,install,log"
|
||||
OPT_SHORT="AbcCdefFghiLmop:rRsSV"
|
||||
OPT_LONG="ignorearch,asroot,builddeps,clean,cleancache,nodeps,noextract,force,geninteg,help,install,log"
|
||||
OPT_LONG="$OPT_LONG,nocolor,nobuild,rmdeps,repackage,source,syncdeps,usesudo,version"
|
||||
# Pacman Options
|
||||
OPT_LONG="$OPT_LONG,noconfirm,noprogressbar"
|
||||
|
Loading…
Reference in New Issue
Block a user