index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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>" |