diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-02 20:43:15 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-05 14:35:40 -0600 |
commit | c26039240db12794ad3f5b3d87c498b61a75e95b (patch) | |
tree | 1de5789f0758be8633862b174679e88fbbfc11fe /etc | |
parent | 601a85082d2965174925a85942e9e8a5a0e9f735 (diff) | |
download | 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.in | 2 |
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>" |