Added default SRCDST setting to pacman's source cache

This commit is contained in:
Aaron Griffin 2006-12-21 17:44:55 +00:00
parent 42a6acf739
commit 1c67053b7d
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,6 @@ DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc})
#-- 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=/home/source
SRCDEST=/var/cache/pacman/src
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"