summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-03 06:23:27 +0100
committerDan McGee <dan@archlinux.org>2007-02-03 06:23:27 +0100
commitc2157cf138dae68ae8c0e8692d6df0771ef5d4e9 (patch)
tree6aa823d832180b020be3351a14c9e4371b958601 /etc
parentb6483b3cb487bd37f9082d3428b5a0d655127626 (diff)
downloadpacman-c2157cf138dae68ae8c0e8692d6df0771ef5d4e9.tar.gz
pacman-c2157cf138dae68ae8c0e8692d6df0771ef5d4e9.tar.xz
No longer necessary to explicitly specify SRCDEST, leave it up to user to
decide.
Diffstat (limited to 'etc')
-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 dd01587d..393205f6 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=/var/cache/pacman/src
+#SRCDEST=/var/cache/pacman/src
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"