summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-04 18:19:31 +0100
committerAllan McRae <allan@archlinux.org>2015-03-15 06:32:58 +0100
commit0aded7487f96685b762810df7e34d3b8ba84c7be (patch)
tree66ce6c3239d033ffc1f0da09b591eace51ffbfcd /doc
parent156d41a18628d6e63cc49cfcb27e9c96826f9e74 (diff)
downloadpacman-0aded7487f96685b762810df7e34d3b8ba84c7be.tar.gz
pacman-0aded7487f96685b762810df7e34d3b8ba84c7be.tar.xz
PKGBUILD.5.txt: Add note about functions starting in $srcdir
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 10980aba..ddec0569 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -374,6 +374,8 @@ variables for use during the build and install process:
*srcdir*::
This contains the directory where makepkg extracts, or copies, all source
files.
++
+All of the packaging functions defined above are run starting inside `$srcdir`
*pkgdir*::
This contains the directory where makepkg bundles the installed package.