index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-06-15 14:32:42 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-22 10:45:55 -0500 |
commit | 508b360c24ddfdb79f66cc14b197988a829b0ecd (patch) | |
tree | 32b0e68a2c9ee5d272673c91f1ee4f21da100863 /etc/makepkg.conf.in | |
parent | b803a33a8fc2ef86ba2d986c36f31524532d454b (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 3 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 42ae9405..d3b7d3d3 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -54,6 +54,9 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign) #-- If using DistCC, your MAKEFLAGS will also need modification. In addition, #-- specify a space-delimited list of hosts running in the DistCC cluster. #DISTCC_HOSTS="" +# +#-- Specify a directory for package building. +#BUILDDIR=/tmp/makepkg ######################################################################### # GLOBAL PACKAGE OPTIONS |