diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-10 03:54:43 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-10 03:54:43 -0300 |
commit | 2e6641b18235940ea5ec90c8bb1fa22085ac7de9 (patch) | |
tree | b51cdb5faf02958f503e21036c777960fc6080af /libre/pacman/makepkg.conf | |
parent | 60e78c98f19ea3d0beffdc4f6b56b50cb54b5ea0 (diff) | |
parent | 012a4cf712be9872c2212668f0d475da19727808 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/pacman/makepkg.conf')
-rw-r--r-- | libre/pacman/makepkg.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf index f1ce20fcb..a4e7ceada 100644 --- a/libre/pacman/makepkg.conf +++ b/libre/pacman/makepkg.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 |