summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.conf.5.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.conf.5.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.conf.5.txt')
-rw-r--r--doc/makepkg.conf.5.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt
index ef64d17c..e85a8e99 100644
--- a/doc/makepkg.conf.5.txt
+++ b/doc/makepkg.conf.5.txt
@@ -126,10 +126,10 @@ Options
running in the DistCC cluster. In addition, you will want to modify your
`MAKEFLAGS`.
-**BUILDDIR=**"/path/to/folder"::
+**BUILDDIR=**"/path/to/directory"::
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.
+ option allows setting the build location to another directory.
Incorrect use of `$startdir` in a PKGBUILD may cause building with
this option to fail.
@@ -219,23 +219,23 @@ Options
instruct makepkg which files to remove from the package. This is
useful for index files that are added by multiple packages.
-**PKGDEST=**"/path/to/folder"::
+**PKGDEST=**"/path/to/directory"::
If this value is not set, packages will by default be placed in the
current directory (location of the linkman:PKGBUILD[5]). Many people
like to keep all their packages in one place so this option allows
this behavior. A common location is ``/home/packages''.
-**SRCDEST=**"/path/to/folder"::
+**SRCDEST=**"/path/to/directory"::
If this value is not set, downloaded source files will only be stored
in the current directory. Many people like to keep all source files in
a central location for easy cleanup, so this path can be set here.
-**SRCPKGDEST=**"/path/to/folder"::
+**SRCPKGDEST=**"/path/to/directory"::
If this value is not set, source package files will be stored in
in the current directory. Many people like to keep all source package files
in a central location for easy cleanup, so this path can be set here.
-**LOGDEST=**"/path/to/folder"::
+**LOGDEST=**"/path/to/directory"::
If this value is not set, log files are written to the current
directory. This centralizes the log location, facilitating cleanup
and compression.