index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew DeMaria <lostonamountain@gmail.com> | 2014-05-25 13:59:26 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-05-25 14:06:58 +1000 |
commit | 235ce32563031ef5c01d27a4f67cadba37597921 (patch) | |
tree | 3f3f4ff9e98a69ea21adc31133e3a399f071b96b | |
parent | 2401468f5104fa6794589381cef9e970692d95e8 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index de92e933..ac97c5b9 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2718,7 +2718,7 @@ while true; do -i|--install) INSTALL=1 ;; --key) shift; GPGKEY=$1 ;; -L|--log) LOGGING=1 ;; - -m|--nocolor) USE_COLOR='n' ;; + -m|--nocolor) USE_COLOR='n'; PACMAN_OPTS+=" --color never" ;; --noarchive) NOARCHIVE=1 ;; --nocheck) RUN_CHECK='n' ;; --noprepare) RUN_PREPARE='n' ;; |