From 13c00903c29af071d74796b721068cd52d9390b0 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sat, 22 May 2021 00:30:09 -0300
Subject: [PATCH] community/libquvi: fix detection of system configuration type

---
 community/libquvi/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/community/libquvi/APKBUILD b/community/libquvi/APKBUILD
index fc7838f43fe9..d8fe3d23f06e 100644
--- a/community/libquvi/APKBUILD
+++ b/community/libquvi/APKBUILD
@@ -18,6 +18,7 @@ source="https://downloads.sourceforge.net/project/quvi/${pkgver%.*}/libquvi/libq
 prepare() {
 	default_prepare
 	update_config_sub
+	update_config_guess
 }
 
 build() {
-- 
GitLab