From ae5ef3b90fcad0627d450f0be6ea04dbea2019e2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 3 May 2008 09:35:37 -0500 Subject: 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 --- etc/makepkg.conf.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/makepkg.conf.in') 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 " -- cgit v1.2.3-24-g4f1b