add conf/makepkg.conf

This commit is contained in:
Aminda Suomalainen 2016-06-15 11:26:52 +03:00
parent 299b5ce108
commit 6fae4bfe62
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 9 additions and 0 deletions

8
conf/makepkg.conf Normal file
View File

@ -0,0 +1,8 @@
# 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'

View File

@ -10,6 +10,7 @@ cat rc/zshrc > ~/.zshrc
cat rc/profile > ~/.profile
cat conf/gitconfig > ~/.gitconfig
cat rc/vimrc > ~/.vimrc
cat conf/makepkg.conf > ~/.makepkg.conf
if [ ! -f ~/.oidentd.conf ]; then
cat conf/oidentd.conf > ~/.oidentd.conf
fi