diff options
author | Sebastien Luttringer <seblu@seblu.net> | 2011-08-16 09:21:56 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 16:54:53 -0500 |
commit | b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (patch) | |
tree | 310752cd221b8f82fe96c61b040d5421b842c80a /doc | |
parent | b952a3b08c778e1505032b55476e8956c38aead8 (diff) | |
download | pacman-b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a.tar.xz |
Update PKGBUILD manpage about startdir deprecation
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index a41e0ae3..17d0b476 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -273,6 +273,7 @@ variables for use during the build and install process: *startdir*:: This contains the absolute path to the directory where the PKGBUILD is located, which is usually the output of `$(pwd)` when makepkg is started. + Use of this variable is deprecated and strongly discouraged. *srcdir*:: This contains the directory where makepkg extracts, or copies, all source |