From c7e4d10df378ec12e9e47bb05120778ea98015e1 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 12 Oct 2009 00:13:16 +1000 Subject: 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 Signed-off-by: Dan McGee --- PKGBUILD-split.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'PKGBUILD-split.proto') 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=() -- cgit v1.2.3-24-g4f1b