index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Morten Linderud <morten@linderud.pw> | 2020-07-13 22:25:41 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-07-14 23:44:16 +1000 |
commit | 2a352dc059f696eeda1e18116e468994c1a38430 (patch) | |
tree | 510e67885fd93fd4fd4fa8a9e08c3d8cc6cad020 | |
parent | 14c0e53eed4bd0c090e7ed2ebad41335d323c86c (diff) |
-rw-r--r-- | doc/makepkg.8.asciidoc | 4 |
diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index 544659fc..3b5e61b3 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -274,7 +274,7 @@ Environment Variables **GPGKEY=**"keyid":: Specify a key to use when signing packages, overriding the GPGKEY setting - in linkman:makepkg.conf[5] + in linkman:makepkg.conf[5]. **SOURCE_DATE_EPOCH=**"<date>":: Used for link:https://reproducible-builds.org/docs/[Reproducible Builds]. @@ -299,7 +299,7 @@ On exit, makepkg will return one of the following error codes. Error in configuration file. 3:: - User specified an invalid option + User specified an invalid option. 4:: Error in user-supplied function in PKGBUILD. |