summaryrefslogtreecommitdiff
path: root/scripts/build-flavour
diff options
context:
space:
mode:
authorhagbard-01 <39653662+hagbard-01@users.noreply.github.com>2019-02-02 09:39:58 -0800
committerGitHub <noreply@github.com>2019-02-02 09:39:58 -0800
commit4dc57689dea77003e9d0e54c7f0324122964d0d2 (patch)
treec9a90d301ebf7c0143a8c174ee2fbccea4070cd7 /scripts/build-flavour
parent82e47dc6150c83e27dbe0b5d3b76a6fe7fa1dd5e (diff)
parent274ebdb02582cc52237c95b1884b1cb24884d6f1 (diff)
downloadvyos-build-4dc57689dea77003e9d0e54c7f0324122964d0d2.tar.gz
vyos-build-4dc57689dea77003e9d0e54c7f0324122964d0d2.zip
Merge pull request #45 from njh/i386
Changed architecture name for 32-bit x86 to 'i386'
Diffstat (limited to 'scripts/build-flavour')
-rwxr-xr-xscripts/build-flavour2
1 files changed, 1 insertions, 1 deletions
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