commit 994e1bbd86978b0cafee304fd901e58dcf985c7e
parent b4d06f3e4bd29896865cd81ec10c810b267d1805
Author: Daniel Moch <daniel@danielmoch.com>
Date: Wed, 1 Jan 2020 08:02:52 -0500
makepkg.conf: Don't colorize output
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/pacman/makepkg.conf b/etc/pacman/makepkg.conf
@@ -11,7 +11,7 @@
#-- check: Run the check() function if present in the PKGBUILD
#-- sign: Generate PGP signature file
#
-BUILDENV=(!distcc color !ccache check sign)
+BUILDENV=(!distcc !color !ccache check sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.