summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:38:21 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:38:21 -0500
commit15820c5e8ed6f01cf4a87b85126eb7f346ebab3d (patch)
tree59497d4fb27c56ea5556f63cc1080ebac211f42d
parent1e77007556e623a63478a18790098c510b9cbbd9 (diff)
configure makepkg here instead of in /etc
-rw-r--r--.config/pacman/makepkg.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
new file mode 100644
index 0000000..8dc4536
--- /dev/null
+++ b/.config/pacman/makepkg.conf
@@ -0,0 +1,8 @@
+PKGDEST="${LIBREHOME:-$HOME}/packages/pkgdest"
+SRCDEST="${LIBREHOME:-$HOME}/packages/srcdest"
+SRCPKGDEST="${LIBREHOME:-$HOME}/packages/srcpkgdest"
+LOGDEST="${LIBREHOME:-$HOME}/packages/logdest"
+
+PACKAGER="Luke Shumaker <lukeshu@sbcglobal.net>"
+
+MAKEFLAGS="-j3"