fix makepkg.conf

This commit is contained in:
Aminda Suomalainen 2016-06-17 10:31:23 +03:00
parent 6fae4bfe62
commit f8f31f568b
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 0 additions and 3 deletions

View File

@ -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'