summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNezmer <git@nezmer.info>2010-01-19 19:05:06 +0100
committerDan McGee <dan@archlinux.org>2010-01-20 04:51:51 +0100
commitafc37c58c74848a11adb04b0ae182cca467cd25e (patch)
treef016064ea95a4825554b716b74ee728e6ee5bf02 /etc
parenta6cca6e456e9b84362e00b5e5209059a20df965c (diff)
downloadpacman-afc37c58c74848a11adb04b0ae182cca467cd25e.tar.gz
pacman-afc37c58c74848a11adb04b0ae182cca467cd25e.tar.xz
makepkg: Introduce $SRCPKGDEST
Introduce $SRCPKGDEST to define a destination dir for source packages instead of saving them in $PKGDEST with binary packages. The simple patch doesn't break old behavior. Signed-off-by: Nezmer <git@nezmer.info> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 3a3a4154..b92a6975 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -91,6 +91,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
+#-- Source packages: specify a fixed directory where all src packages will be placed
+#SRCPKGDEST=/home/srcpackages
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"