diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2013-08-08 22:50:19 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2013-08-08 22:50:19 +0200 |
commit | b12d5eaf85ae970e37fce961cdb6393e3a22e9d3 (patch) | |
tree | 9e822074503f9c3f22f0c45478a805f3b94d216a /makepkg-x86_64.conf | |
parent | 0fa2536957dfd24ee676cc8b621bcdf166317635 (diff) | |
download | devtools32-b12d5eaf85ae970e37fce961cdb6393e3a22e9d3.tar.xz |
Update makepkg.conf from pacman 4.1.2
Diffstat (limited to 'makepkg-x86_64.conf')
-rw-r--r-- | makepkg-x86_64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |