From b12d5eaf85ae970e37fce961cdb6393e3a22e9d3 Mon Sep 17 00:00:00 2001
From: Pierre Schmitz <pierre@archlinux.de>
Date: Thu, 8 Aug 2013 22:50:19 +0200
Subject: [PATCH] Update makepkg.conf from pacman 4.1.2

---
 makepkg-i686.conf   | 2 ++
 makepkg-x86_64.conf | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/makepkg-i686.conf b/makepkg-i686.conf
index 0b1c1cb..96cdea6 100644
--- a/makepkg-i686.conf
+++ b/makepkg-i686.conf
@@ -109,6 +109,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
 #SRCDEST=/home/sources
 #-- Source packages: specify a fixed directory where all src packages will be placed
 #SRCPKGDEST=/home/srcpackages
+#-- Log files: specify a fixed directory where all log files will be placed
+#LOGDEST=/home/makepkglogs
 #-- Packager: name/email of the person or organization building packages
 #PACKAGER="John Doe <john@doe.com>"
 #-- Specify a key to use for package signing
diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
index 04e20a6..b89d72b 100644
--- a/makepkg-x86_64.conf
+++ b/makepkg-x86_64.conf
@@ -109,6 +109,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
 #SRCDEST=/home/sources
 #-- Source packages: specify a fixed directory where all src packages will be placed
 #SRCPKGDEST=/home/srcpackages
+#-- Log files: specify a fixed directory where all log files will be placed
+#LOGDEST=/home/makepkglogs
 #-- Packager: name/email of the person or organization building packages
 #PACKAGER="John Doe <john@doe.com>"
 #-- Specify a key to use for package signing
-- 
GitLab