index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Cedric Staniewski <cedric@gmx.ca> | 2009-12-04 17:49:54 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-28 23:25:08 -0600 |
commit | eee61a0bbc2a11f0d2a52d7d22425faaa2aeaef1 (patch) | |
tree | 21955ee77e548fa76ad8dc842abfe94c7d05abb3 /doc/makepkg.8.txt | |
parent | 7ea0a115db79405db46a38e785765ae968c46dee (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 8 |
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 ------------- |