From 30d61f867d2b5949ec3a14f6a72ab212f43c1f68 Mon Sep 17 00:00:00 2001 From: lif Date: Fri, 27 Mar 2020 22:10:24 -0700 Subject: [PATCH] default to armv7l because armv6 hardware cannot run pepflash (there are no armv6 Chromebooks) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 63c9750..8171b58 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -export XBPS_ARCH=${1:-armv6l} +export XBPS_ARCH=${1:-armv7l} void_repository=https://alpha.us.repo.voidlinux.org/ set -eo pipefail