[pacman-dev] [PATCH] makepkg: Add documentation for the new SRCPKGDEST variable
Nezmer
git at nezmer.info
Wed Jan 20 10:34:42 EST 2010
Add SRCPKGDEST documentation to the makepkg.conf man page
Signed-off-by: Nezmer <git at nezmer.info>
---
doc/makepkg.conf.5.txt | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index 704dccc..d8ee86b 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 <john at example.com>"::
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.
--
1.6.6
More information about the pacman-dev
mailing list