makepkg: Add documentation for the new SRCPKGDEST variable

Add SRCPKGDEST documentation to the makepkg.conf man page

Signed-off-by: Nezmer <git@nezmer.info>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Nezmer 2010-01-20 17:34:42 +02:00 committed by Dan McGee
parent eee61a0bbc
commit de5473c026

View file

@ -171,6 +171,11 @@ Options
in the current directory. Many people like to keep all source files in in the current directory. Many people like to keep all source files in
a central location for easy cleanup, so this path can be set here. a central location for easy cleanup, so this path can be set here.
**SRCPKGDEST=**"/path/to/folder"::
If this value is not set, source package files will be stored in
PKGDEST. Many people like to keep all source package files in
a central location for easy cleanup, so this path can be set here.
**PACKAGER=**"John Doe <john@example.com>":: **PACKAGER=**"John Doe <john@example.com>"::
This value is used when querying a package to see who was the builder. This value is used when querying a package to see who was the builder.
It is recommended you change this to your name and email address. It is recommended you change this to your name and email address.