summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCedric Staniewski <cedric@gmx.ca>2009-12-04 17:49:54 +0100
committerDan McGee <dan@archlinux.org>2010-03-01 06:25:08 +0100
commiteee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1 (patch)
tree21955ee77e548fa76ad8dc842abfe94c7d05abb3 /doc
parent7ea0a115db79405db46a38e785765ae968c46dee (diff)
downloadpacman-eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1.tar.gz
pacman-eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1.tar.xz
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 7e89fa27..0432cd22 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -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
-------------