From a1a4985df5a6687a5418e48926a80bcc646126f3 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 10 May 2023 03:10:12 +0000 Subject: [PATCH] community/tea: fix build --- community/tea/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/tea/APKBUILD b/community/tea/APKBUILD index 391226a1ae1..e15cbf6f907 100644 --- a/community/tea/APKBUILD +++ b/community/tea/APKBUILD @@ -13,6 +13,7 @@ source="$pkgname-$pkgver.tar.gz::https://gitea.com/gitea/tea/archive/v$pkgver.ta bash_autocomplete " builddir="$srcdir/$pkgname" +options="chmod-clean" export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}" export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"