summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-05-27 23:01:49 +0200
committerDan McGee <dan@archlinux.org>2007-05-27 23:01:49 +0200
commitaedff1c1178ea350963ce737780f4165ac85f745 (patch)
tree4455a3d4c84ea44ce53f08f8399d57ca5670061d /etc
parentbc6ce2a1901b0880c95498ab28d9f68f1f85c2d4 (diff)
downloadpacman-aedff1c1178ea350963ce737780f4165ac85f745.tar.gz
pacman-aedff1c1178ea350963ce737780f4165ac85f745.tar.xz
makepkg: fakeroot-related changes and other misc output
A few changes to undo my stupid mistake earlier wrt fakeroot checking, and unify the output and usage of 'makepkg.conf'. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 0ac2645f..7ca1080e 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -38,7 +38,7 @@ CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -O2 -pipe"
# BUILD ENVIRONMENT
#########################################################################
#
-# Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
+# Defaults: BUILDENV=(fakeroot !distcc color !ccache)
# A negated environment option will do the opposite of the comments below.
#
#-- fakeroot: Allow building packages as a non-root user