diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-12 01:08:35 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-12 01:08:35 +0000 |
commit | 67294287e340d0c4c063408f2d1a3360b7ce631e (patch) | |
tree | cad3facb5eb771587369fc1ca27a24213f1fe61e /doc | |
parent | 434d93ccc7ec2df2fd52e9ced52f4e02cb176b31 (diff) | |
download | pacman-67294287e340d0c4c063408f2d1a3360b7ce631e.tar.xz |
* Unified description of arch variable. Recommend using single quotes in
the array, e.g. arch=('i686').
* Updated my TODO.
* Changed the email address in rankmirrors script.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5 b/doc/PKGBUILD.5 index 00ee8f7b..9f52edee 100644 --- a/doc/PKGBUILD.5 +++ b/doc/PKGBUILD.5 @@ -100,7 +100,7 @@ one could install all KDE packages by installing the 'kde' group. .TP .B arch \fI(array)\fP Defines on which architectures the given package is available. (e.g. -\fBarch=("i686" "x86_64")\fP) +\fBarch=('i686' 'x86_64')\fP) .TP .B backup \fI(array)\fP |