From de5473c026ea1a8bf8fdb4218a6911b5d5e1f0b2 Mon Sep 17 00:00:00 2001 From: Nezmer Date: Wed, 20 Jan 2010 17:34:42 +0200 Subject: makepkg: Add documentation for the new SRCPKGDEST variable Add SRCPKGDEST documentation to the makepkg.conf man page Signed-off-by: Nezmer Signed-off-by: Dan McGee --- doc/makepkg.conf.5.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/makepkg.conf.5.txt') diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 704dccc4..d8ee86b3 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -171,6 +171,11 @@ Options 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. +**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 ":: 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. -- cgit v1.2.3-24-g4f1b