index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nezmer <git@nezmer.info> | 2010-01-20 17:34:42 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-28 23:25:13 -0600 |
commit | de5473c026ea1a8bf8fdb4218a6911b5d5e1f0b2 (patch) | |
tree | 5a66919edddfc0132b3957ccba5e57020fb71127 /doc/makepkg.conf.5.txt | |
parent | eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1 (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 5 |
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 <john@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. |