diff options
author | David Runge <dave@sleepmap.de> | 2017-12-18 15:07:41 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-12-18 15:07:41 +0100 |
commit | 4adfcab5f88291cde2ab1547468b1e1cce7fc23a (patch) | |
tree | eba67b04c78b650e6b964938651746cda86e60ac | |
parent | 660f0acea54ba4063c006160fc7f1d4999040d9e (diff) | |
download | dotfiles-4adfcab5f88291cde2ab1547468b1e1cce7fc23a.tar.gz dotfiles-4adfcab5f88291cde2ab1547468b1e1cce7fc23a.tar.bz2 dotfiles-4adfcab5f88291cde2ab1547468b1e1cce7fc23a.tar.xz dotfiles-4adfcab5f88291cde2ab1547468b1e1cce7fc23a.zip |
.makepkg.conf: Adding default BUILDDIR /tmp/makepkg.
-rw-r--r-- | .makepkg.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.makepkg.conf b/.makepkg.conf index 8d10dc5..fba4240 100644 --- a/.makepkg.conf +++ b/.makepkg.conf @@ -1,2 +1,3 @@ PACKAGER="David Runge <dave@sleepmap.de>" GPGKEY="0x54C28F4FF5A1A949" +BUILDDIR=/tmp/makepkg |