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 /PKGBUILD-split.proto | |
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 'PKGBUILD-split.proto')
-rw-r--r-- | PKGBUILD-split.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD-split.proto b/PKGBUILD-split.proto index 2d772d50..68a8cc4d 100644 --- a/PKGBUILD-split.proto +++ b/PKGBUILD-split.proto @@ -37,6 +37,7 @@ package_pkg1() { pkgver= pkgrel= pkgdesc="" + arch=() license=() groups=() depends=() |