diff options
-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() { |