Add makepkg.conf

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-12 23:34:41 +02:00
parent 33c37eef02
commit cf24ce86cd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 6 additions and 2 deletions

View file

@ -23,8 +23,7 @@ export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LOG_HOME="${HOME}/.local/log"
export DOTFILES="${HOME}/dotfiles"
export HOST="$(hostname)"
if [ "${HOST}" = "odin" ]; then
if [ "$(hostname)" = "odin" ]; then
export IS_WORK="1"
else
export IS_WORK="0"

View file

@ -0,0 +1,2 @@
BUILDENV=(!distcc fakeroot color ccache check !sign)
PKGEXT=".pkg.tar"

View file

@ -0,0 +1 @@
en_GB