mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-11 02:27:51 +02:00
add conf/makepkg.conf
This commit is contained in:
parent
299b5ce108
commit
6fae4bfe62
8
conf/makepkg.conf
Normal file
8
conf/makepkg.conf
Normal 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'
|
1
install
1
install
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user