diff options
Diffstat (limited to '.makepkg.conf')
-rw-r--r-- | .makepkg.conf | 3 |
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 |