index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-06-15 14:32:42 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-22 10:45:55 -0500 |
commit | 508b360c24ddfdb79f66cc14b197988a829b0ecd (patch) | |
tree | 32b0e68a2c9ee5d272673c91f1ee4f21da100863 /doc/makepkg.conf.5.txt | |
parent | b803a33a8fc2ef86ba2d986c36f31524532d454b (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 8 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 48f5ef56..aa0174cb 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -110,6 +110,14 @@ Options running in the DistCC cluster. In addition, you will want to modify your `MAKEFLAGS`. +**BUILDDIR=**"/path/to/folder":: + If this value is not set, packages will by default be built in + subdirectories of the directory that makepkg is called from. This + option allows setting the build location to another folder. + Incorrect use of `$startdir` in a PKGBUILD may cause building with + this option to fail. + + **GPGKEY=**"":: Specify a key to use for gpg signing instead of the default key in the keyring. Can be overridden with makepkg's `--key` option. |