summaryrefslogtreecommitdiffstats
path: root/doc/PKGBUILD.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/PKGBUILD.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/PKGBUILD.5.txt')
-rw-r--r--doc/PKGBUILD.5.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 6c5ef842..eeb56966 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -422,16 +422,16 @@ Using VCS Sources[[VCS]]
------------------------
Building a developmental version of a package using sources from a version
control system (VCS) is enabled by specifying the source in the form
-`source=('folder::url#fragment')`. Currently makepkg supports the Bazaar, Git,
+`source=('directory::url#fragment')`. Currently makepkg supports the Bazaar, Git,
Subversion, and Mercurial version control systems. For other version control
systems, manual cloning of upstream repositories must be done in the `prepare()`
function.
The source URL is divided into three components:
-*folder*::
- (optional) Specifies an alternate folder name for makepkg to download the VCS
- source into.
+*directory*::
+ (optional) Specifies an alternate directory name for makepkg to download
+ the VCS source into.
*url*::
The URL to the VCS repository. This must include the VCS in the URL protocol