summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/makepkg.conf')
-rw-r--r--etc/makepkg.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf
index 4c8f9969..af29d74d 100644
--- a/etc/makepkg.conf
+++ b/etc/makepkg.conf
@@ -25,6 +25,9 @@ export CXXFLAGS="-march=i686 -O2 -pipe"
# Enable fakeroot for building packages as a non-root user
export USE_FAKEROOT="y"
+# Enable colorized output messages
+export USE_COLOR="n"
+
# if you want your name to show up in the packages you build, set this.
#export PACKAGER="John Doe <john@doe.com>"