diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-04 18:19:31 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-03-15 06:32:58 +0100 |
commit | 0aded7487f96685b762810df7e34d3b8ba84c7be (patch) | |
tree | 66ce6c3239d033ffc1f0da09b591eace51ffbfcd | |
parent | 156d41a18628d6e63cc49cfcb27e9c96826f9e74 (diff) | |
download | pacman-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>
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
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. |