diff options
| author | Tharre <tharre3@gmail.com> | 2017-08-25 19:03:43 +0200 |
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2017-08-25 19:03:43 +0200 |
| commit | 81b425e9e30e43bc83ac354b9cd2e9ae9922b22c (patch) | |
| tree | e62fda4f440df86783b61a4ff250489d978b3e9d | |
| parent | 4412cc5d77291dfe2dbb6d90b6b7e78796fbcfde (diff) | |
| download | dotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.tar.gz dotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.tar.xz dotfiles-81b425e9e30e43bc83ac354b9cd2e9ae9922b22c.zip | |
makepkg: build in tmpfs by default
| -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 |
