summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
committerJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
commit68e24b947ea7da1e5e4c2e48109df737e8cda4f0 (patch)
tree64c5315a204c8d6599b1116ced5014959017a433 /etc/makepkg.conf
parentf54a888a1facfd8f086d6414260be5f1b991a66b (diff)
downloadpacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.gz
pacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.xz
Imported from pacman-2.7.1.tar.gz
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>"