diff options
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 6abb7fb0..29f4a036 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -220,28 +220,28 @@ Environment Variables Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+ default. -**PKGDEST=**"/path/to/folder":: - Folder where the resulting packages will be stored. Overrides the +**PKGDEST=**"/path/to/directory":: + Directory 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 +**SRCDEST=**"/path/to/directory":: + Directory where the downloaded sources will be stored. Overrides the corresponding value defined in linkman:makepkg.conf[5]. -**SRCPKGDEST=**"/path/to/folder":: - Folder where source package files will be stored. Overrides the +**SRCPKGDEST=**"/path/to/directory":: + Directory where source package files will be stored. Overrides the corresponding value defined in linkman:makepkg.conf[5]. -**LOGDEST=**"/path/to/folder":: - Folder where generated log files will be stored. Overrides the +**LOGDEST=**"/path/to/directory":: + Directory where generated log files will be stored. Overrides the corresponding value defined in linkman:makepkg.conf[5]. **PACKAGER=**"John Doe <john@doe.com>":: String to identify the creator of the resulting package. Overrides the corresponding value defined in linkman:makepkg.conf[5]. -**BUILDDIR=**"/path/to/folder":: - Folder where the package will be built. Overrides the corresponding +**BUILDDIR=**"/path/to/directory":: + Directory where the package will be built. Overrides the corresponding value defined in linkman:makepkg.conf[5]. **CARCH=**"(i686|x86_64)":: @@ -252,8 +252,8 @@ Environment Variables Sets the compression used when making compiled or source packages. Overrides the corresponding value defined in linkman:makepkg.conf[5]. -**GNUPGHOME=**"/path/to/folder":: - Folder where the gpg keyring for signing the built package is stored. +**GNUPGHOME=**"/path/to/directory":: + Directory where the gpg keyring for signing the built package is stored. **GPGKEY=**"keyid":: Specify a key to use when signing packages, overriding the GPGKEY setting |