diff options
author | Allan McRae <allan@archlinux.org> | 2009-10-11 16:13:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-10-21 05:29:08 +0200 |
commit | c7e4d10df378ec12e9e47bb05120778ea98015e1 (patch) | |
tree | 03b9d2c170df6694e701854f3d47cdaf0b705265 /doc/PKGBUILD.5.txt | |
parent | 2020e6297b021946c31c1e46b6ede3c4734ef85d (diff) | |
download | pacman-c7e4d10df378ec12e9e47bb05120778ea98015e1.tar.gz pacman-c7e4d10df378ec12e9e47bb05120778ea98015e1.tar.xz |
makepkg: allow overriding arch in split packages
This allows building a mixture of binary and arch=any packages.
Fixes FS#15955.
The value of CARCH is no longer overridden to "any" in when arch=any
is used and the assigning of the "any" arch is delayed to during the
packaging stage. Adjustments were required to fix installing and
checking for pre-built packages of varing arches.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 44c35eb5..28dd8c7c 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -276,7 +276,7 @@ name of the split package. All options and directives for the split packages default to the global values given within the PKGBUILD. However, some of these can be overridden within each split package's packaging function. The following variables can be overridden: `pkgver`, -`pkgrel`, `pkgdesc`, `license`, `groups`, `depends`, `optdepends`, +`pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`, `optdepends`, `provides`, `conflicts`, `replaces`, `backup`, `options`, `install` and `changelog`. An optional global directive is available when building a split package: |