From 0ffd2625f63866d04adbe88586c387ba415d78c4 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 27 Oct 2018 21:56:18 +0200 Subject: makepkg: don't build in tmpfs by default Building in tmpfs is more trouble than it's worth, even with rather large amounts of RAM many packages run out of space while building. Combined with the fact that SSDs can actually sustain a really large amounts of writes makes it unnecessary. --- .makepkg.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.makepkg.conf b/.makepkg.conf index 04bdfcb..2d44f5a 100644 --- a/.makepkg.conf +++ b/.makepkg.conf @@ -6,6 +6,3 @@ COMPRESSXZ=(xz -T 0 -c -z -) # Don't compress packages PKGEXT='.pkg.tar' - -# build in tmpfs by default -BUILDDIR=/tmp/makepkg -- cgit v1.2.3-70-g09d2