makepkg: document environment variables PKGDEST and SRCDEST

Signed-off-by: Cedric Staniewski <cedric@gmx.ca>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Cedric Staniewski 2009-12-04 17:49:54 +01:00 committed by Dan McGee
parent 7ea0a115db
commit eee61a0bbc
1 changed files with 8 additions and 0 deletions

View File

@ -178,6 +178,14 @@ Environment Variables
must be supported by this command. If the variable is not set or
empty, makepkg will fall back to `pacman'.
**PKGDEST=**"/path/to/folder"::
Folder where the resulting packages will be stored. Overrides the
corresponding value defined in linkman:makepkg.conf[5].
**SRCDEST=**"/path/to/folder"::
Folder where the downloaded sources will be stored. Overrides the
corresponding value defined in linkman:makepkg.conf[5].
Configuration
-------------