From 15820c5e8ed6f01cf4a87b85126eb7f346ebab3d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Jan 2015 01:38:21 -0500 Subject: configure makepkg here instead of in /etc --- .config/pacman/makepkg.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/pacman/makepkg.conf 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 " + +MAKEFLAGS="-j3" -- cgit v1.2.3