summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-14 02:15:59 +0100
committerDan McGee <dan@archlinux.org>2008-01-14 02:16:58 +0100
commitffff09412627f991e2d1f0bdfdf7ca13f3d589c0 (patch)
treefda3d5846b162f1fbacde3cd4120bf51b5674f22
parent6ee95afe7e9ac1b0ecdc517948ecdcc3b69ccf68 (diff)
downloadpacman-ffff09412627f991e2d1f0bdfdf7ca13f3d589c0.tar.gz
pacman-ffff09412627f991e2d1f0bdfdf7ca13f3d589c0.tar.xz
makepkg: Oops! Lost the colon after forcever in opts parsing
I screwed this up here: 916e226b7839e38d9245ecbef396eb5ba5b6a224 Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 9cb12194..219e2d17 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -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"