summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf.in
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-12-21 18:44:55 +0100
committerAaron Griffin <aaron@archlinux.org>2006-12-21 18:44:55 +0100
commit1c67053b7d74e50abf460c379a58b8d85364d446 (patch)
tree1fe142572c78b8f8cc79276e3662760eeec54dff /etc/makepkg.conf.in
parent42a6acf7399bdbae95ef3877be565f42291160de (diff)
downloadpacman-1c67053b7d74e50abf460c379a58b8d85364d446.tar.gz
pacman-1c67053b7d74e50abf460c379a58b8d85364d446.tar.xz
Added default SRCDST setting to pacman's source cache
Diffstat (limited to 'etc/makepkg.conf.in')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 026817c8..068cb4b8 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -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>"