index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-05-27 17:01:49 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 17:01:49 -0400 |
commit | aedff1c1178ea350963ce737780f4165ac85f745 (patch) | |
tree | 4455a3d4c84ea44ce53f08f8399d57ca5670061d /etc/makepkg.conf.in | |
parent | bc6ce2a1901b0880c95498ab28d9f68f1f85c2d4 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 2 |
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 |