From 274ebdb02582cc52237c95b1884b1cb24884d6f1 Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Sat, 2 Feb 2019 15:34:35 +0000 Subject: Changed architecture name for 32-bit x86 to 'i386' This is the official Debian designation for the architecture (And what dpkg --print-architecture returns) https://www.debian.org/releases/stable/i386/ch02s01.html.en --- scripts/build-flavour | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-flavour') diff --git a/scripts/build-flavour b/scripts/build-flavour index c14f5735..5e76672b 100755 --- a/scripts/build-flavour +++ b/scripts/build-flavour @@ -27,7 +27,7 @@ if [ $BUILD_TYPE = "development" ]; then fi # Install grub-pc if it's an x86 build -if [ $BUILD_ARCH = 'amd64' -o $BUILD_ARCH = 'i686' ]; then +if [ $BUILD_ARCH = 'amd64' -o $BUILD_ARCH = 'i386' ]; then cp data/package-lists/vyos-x86.list.chroot build/config/package-lists/ fi -- cgit v1.2.3