diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-04 18:19:32 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-03-15 06:32:58 +0100 |
commit | 22a5128985dae3d480cbc41f54eb0782b1c1bec1 (patch) | |
tree | 139e0f255cd48d2467ff5bd720196ad04815bd22 | |
parent | 0aded7487f96685b762810df7e34d3b8ba84c7be (diff) | |
download | pacman-22a5128985dae3d480cbc41f54eb0782b1c1bec1.tar.gz pacman-22a5128985dae3d480cbc41f54eb0782b1c1bec1.tar.xz |
PKGBUILD.5.txt: Clarify note about variables available
Reported-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index ddec0569..a1d42fd6 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -368,8 +368,8 @@ the `build()` function. `checkdepends` array. All of the above variables such as `$pkgname` and `$pkgver` are available for -use in the `build()` function. In addition, makepkg defines the following -variables for use during the build and install process: +use in the packaging functions. In addition, makepkg defines the following +variables: *srcdir*:: This contains the directory where makepkg extracts, or copies, all source |