From 68e24b947ea7da1e5e4c2e48109df737e8cda4f0 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sun, 21 Dec 2003 01:34:32 +0000 Subject: Imported from pacman-2.7.1.tar.gz --- etc/makepkg.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/makepkg.conf') 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 " -- cgit v1.2.3-24-g4f1b