diff options
author | Allan McRae <allan@archlinux.org> | 2009-08-07 08:22:55 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-08 18:12:05 +0200 |
commit | ee43e75ed2e8b852f1ae140d8a619a39a90d8481 (patch) | |
tree | 263060f468dfea987af196843292e10cc7e601f1 | |
parent | 839bb562693d83aa61e996b492b731ff452a2bcd (diff) | |
download | pacman-ee43e75ed2e8b852f1ae140d8a619a39a90d8481.tar.gz pacman-ee43e75ed2e8b852f1ae140d8a619a39a90d8481.tar.xz |
Remove builddeps from option parser
Leftover from commit ae5ef3b9
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | scripts/makepkg.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index cd41c4aa..c8384f80 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1444,8 +1444,8 @@ fi ARGLIST=$@ # Parse Command Line Options. -OPT_SHORT="AbcCdefFghiLmop:rRsV" -OPT_LONG="allsource,asroot,ignorearch,builddeps,clean,cleancache,nodeps" +OPT_SHORT="AcCdefFghiLmop:rRsV" +OPT_LONG="allsource,asroot,ignorearch,clean,cleancache,nodeps" OPT_LONG="$OPT_LONG,noextract,force,forcever:,geninteg,help,holdver" OPT_LONG="$OPT_LONG,install,log,nocolor,nobuild,rmdeps,repackage,source" OPT_LONG="$OPT_LONG,syncdeps,version,config:" |