diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-16 01:57:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-16 01:57:39 -0400 |
commit | fabc14e262414debb6bbd562e6a6a37afa2cce79 (patch) | |
tree | c569d6edad57db9692fec72383ccbb5687b1d76d /makepkg-x86_64.conf | |
parent | 06e3de14a9d82b456176c1966919e0bbd457da69 (diff) | |
parent | 8dbb02de4f50aeb05c5df2ef8d9c8cf394b4f9ac (diff) | |
download | devtools32-fabc14e262414debb6bbd562e6a6a37afa2cce79.tar.xz |
Merge remote-tracking branch 'remotes/devtools/master'
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 |