From f8f31f568b52fb8bc2b6573a95953226f00653de Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 17 Jun 2016 10:31:23 +0300 Subject: [PATCH] fix makepkg.conf --- conf/makepkg.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/makepkg.conf b/conf/makepkg.conf index 8be64992..dfdbc9c8 100644 --- a/conf/makepkg.conf +++ b/conf/makepkg.conf @@ -1,8 +1,5 @@ # Use as many jobs as there are CPU cores MAKEFLAGS="-j$(nproc)" -# Use /var/tmp/makepkg.$(whoami) as builddir to avoid tmpfs filling -BUILDDIR="/var/tmp/makepkg.$(whoami)" - # Create uncompressed packages, bigger packages, but slower build/install PKGEXT='.pkg.tar'