diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-04 18:31:39 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-04 18:31:39 +0000 |
commit | 2f23b69af86c68c3d9197458e9433642b1044c79 (patch) | |
tree | e2a4a991e1b60b2d74ca48a8067e7142b1f68fab /etc/makepkg.conf.in | |
parent | b1cc72ebb3226f300c7432b742b05942f050532f (diff) | |
download | pacman-2f23b69af86c68c3d9197458e9433642b1044c79.tar.xz |
oops, ENVIRONMENT -> BUILDENV in comments
Diffstat (limited to 'etc/makepkg.conf.in')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
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 |