index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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/makepkg.conf.in | |
parent | 601a85082d2965174925a85942e9e8a5a0e9f735 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 2 |
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>" |