diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-21 15:15:11 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-21 15:19:05 +0200 |
commit | 2e1bdd7a3cdd8f6f393422962e9c0a8bff59210f (patch) | |
tree | c17d5f6685e8713129237552ae82811528eab60b | |
parent | 9acb1f8be902e4d052902712531789fbaabdfadc (diff) | |
download | aports-2e1bdd7a3cdd8f6f393422962e9c0a8bff59210f.tar.bz2 aports-2e1bdd7a3cdd8f6f393422962e9c0a8bff59210f.tar.xz |
testing/ucl: update_config_guess for aarch64
-rw-r--r-- | testing/ucl/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ucl/APKBUILD b/testing/ucl/APKBUILD index 5341f23de6..196bd6c15f 100644 --- a/testing/ucl/APKBUILD +++ b/testing/ucl/APKBUILD @@ -16,6 +16,7 @@ source=" prepare() { default_prepare || return 1 update_config_sub || return 1 + update_config_guess || return 1 } build() { |