summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-10-11 03:18:52 +0200
committerDan McGee <dan@archlinux.org>2011-10-11 16:07:20 +0200
commit8ac7cf6b1b3c328924b65a946b01ee642692739a (patch)
treed4f222ed8e2ffd9997627fe04234228f82cbcafc
parent4de3d9092e275bad88ea9e02399111ed7fd35c22 (diff)
downloadpacman-8ac7cf6b1b3c328924b65a946b01ee642692739a.tar.gz
pacman-8ac7cf6b1b3c328924b65a946b01ee642692739a.tar.xz
Fix typo in PKGBUILD man page
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--doc/PKGBUILD.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 60d8e53b..0ba9ca8e 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -87,7 +87,7 @@ similar to `$_basekernver`.
Specifies a special install script that is to be included in the package.
This file should reside in the same directory as the PKGBUILD, and will
be copied into the package by makepkg. It does not need to be included
- in the source array (e.g., `install=pkgname.install`).
+ in the source array (e.g., `install=$pkgname.install`).
*changelog*::
Specifies a changelog file that is to be included in the package.