summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-04 19:31:39 +0100
committerDan McGee <dan@archlinux.org>2007-02-04 19:31:39 +0100
commit2f23b69af86c68c3d9197458e9433642b1044c79 (patch)
treee2a4a991e1b60b2d74ca48a8067e7142b1f68fab /etc
parentb1cc72ebb3226f300c7432b742b05942f050532f (diff)
downloadpacman-2f23b69af86c68c3d9197458e9433642b1044c79.tar.gz
pacman-2f23b69af86c68c3d9197458e9433642b1044c79.tar.xz
oops, ENVIRONMENT -> BUILDENV in comments
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 127e79a5..b348bee6 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -31,7 +31,7 @@ CXXFLAGS="-@MARCHFLAG@=@CARCHFLAGS@ -O2 -pipe"
# BUILD ENVIRONMENT
#########################################################################
#
-# Defaults: ENVIRONMENT=(!fakeroot !distcc color !ccache)
+# Defaults: BUILDENV=(!fakeroot !distcc color !ccache)
#
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler