summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-05-03 09:35:37 -0500
committerDan McGee <dan@archlinux.org>2008-05-13 16:01:34 -0500
commitae5ef3b90fcad0627d450f0be6ea04dbea2019e2 (patch)
tree64b7b5c92a426753c625b24b3034862be5d25c6b /etc
parent584ffa6aef13d0933ad4930ab9cb70d3af2977ff (diff)
downloadpacman-ae5ef3b90fcad0627d450f0be6ea04dbea2019e2.tar.gz
pacman-ae5ef3b90fcad0627d450f0be6ea04dbea2019e2.zip
Remove --builddeps from makepkg
This really should be in an external script, as it is not makepkg's job to rebuild your system. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 345194d3..47ed0a45 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -84,8 +84,6 @@ DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/*/{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>"