summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.8.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2014-01-28 12:37:00 +0100
committerAllan McRae <allan@archlinux.org>2014-01-28 12:37:00 +0100
commit7ae25ac67fd4dd087791be55fa3c4997be7aac52 (patch)
tree09f3fa5df548644852acb80c662e28410337f07b /doc/makepkg.8.txt
parent333373f90e515bbaf6997dc7bf7385fe114689b2 (diff)
downloadpacman-7ae25ac67fd4dd087791be55fa3c4997be7aac52.tar.gz
pacman-7ae25ac67fd4dd087791be55fa3c4997be7aac52.tar.xz
Consistently use 'directory' instead of 'folder'
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r--doc/makepkg.8.txt24
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