[pacman-dev] [PATCH 2/2] PKGBUILD.5.txt: Clarify note about variables available
Johannes Löthberg
johannes at kyriasis.com
Thu Feb 26 23:37:03 UTC 2015
From: Johannes Löthberg <johannes at kyriasis.com>
Reported-by: Florian Pritz <bluewind at xinu.at>
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
doc/PKGBUILD.5.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 2dba100..58bb008 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -367,9 +367,9 @@ the `build()` function.
`package()` functions. Be sure any exotic commands used are covered by the
`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:
+All of the above variables such as `$pkgname` and `$pkgver`, in addition to the
+following ones, are avilable for use in all of the above defined packaging
+functions.
*srcdir*::
This contains the directory where makepkg extracts, or copies, all source
--
2.3.0
More information about the pacman-dev
mailing list