index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-03-08 06:55:22 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-08 06:55:22 +0000 |
commit | 28aca444a282d23c79e932120cf7db04fdedb7eb (patch) | |
tree | e1b8fbe57b1f9c1531d85f4c5c18de1f98c15b0c /etc/makepkg.conf.in | |
parent | 3461786b19159de60aeea74e0fd55b588a01cca2 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 4 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 13427f5d..68e9c5b6 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -66,10 +66,12 @@ DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc}) # PACKAGE OUTPUT ######################################################################### # +# Default: put built package and cached source in build directory +# #-- Destination: specify a fixed directory where all packages will be placed #PKGDEST=/home/packages #-- Source cache: specify a fixed directory where source files will be cached -#SRCDEST=/var/cache/pacman/src +#SRCDEST=/home/sources #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe <john@doe.com>" |