summaryrefslogtreecommitdiffstats
path: root/.makepkg.conf
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-08-25 19:03:43 +0200
committerTharre <tharre3@gmail.com>2017-08-25 19:03:43 +0200
commit81b425e9e30e43bc83ac354b9cd2e9ae9922b22c (patch)
treee62fda4f440df86783b61a4ff250489d978b3e9d /.makepkg.conf
parent4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde (diff)
downloaddotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.tar.gz
dotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.tar.xz
dotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.zip
makepkg: build in tmpfs by default
Diffstat (limited to '.makepkg.conf')
-rw-r--r--.makepkg.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.makepkg.conf b/.makepkg.conf
index 2d44f5a..04bdfcb 100644
--- a/.makepkg.conf
+++ b/.makepkg.conf
@@ -6,3 +6,6 @@ COMPRESSXZ=(xz -T 0 -c -z -)
# Don't compress packages
PKGEXT='.pkg.tar'
+
+# build in tmpfs by default
+BUILDDIR=/tmp/makepkg