summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-03 03:43:15 +0100
committerDan McGee <dan@archlinux.org>2008-01-05 21:35:40 +0100
commitc26039240db12794ad3f5b3d87c498b61a75e95b (patch)
tree1de5789f0758be8633862b174679e88fbbfc11fe /etc
parent601a85082d2965174925a85942e9e8a5a0e9f735 (diff)
downloadpacman-c26039240db12794ad3f5b3d87c498b61a75e95b.tar.gz
pacman-c26039240db12794ad3f5b3d87c498b61a75e95b.tar.xz
Remove mentions of ABS from makepkg
Kill off some of the $ABSROOT stuff that was still hanging around in there. 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 d13c3d69..d808270d 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -83,6 +83,8 @@ DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc})
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
#SRCDEST=/home/sources
+#-- Source root: specify location where PKGBUILDs are located for '--builddeps'
+#SRCROOT=/home/pkgbuilds
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"