From c3a580c845e00110ab87c121dd9bb4573857972c Mon Sep 17 00:00:00 2001
From: omni <omni+alpine@hack.org>
Date: Sat, 20 Apr 2024 20:17:23 +0000
Subject: [PATCH] community/anytun: disable fhs checks

---
 community/anytun/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/anytun/APKBUILD b/community/anytun/APKBUILD
index 05450f3a9c43..2e2351678430 100644
--- a/community/anytun/APKBUILD
+++ b/community/anytun/APKBUILD
@@ -4,7 +4,7 @@ pkgname=anytun
 pkgver=0.3.8
 pkgrel=12
 pkgdesc="Secure anycast tunneling protocol implementation for flexible and fault-tolerant VPNs"
-options="!check" # No testsuite
+options="!check !fhs" # No testsuite, /var/run dirs created in package()
 url="https://www.anytun.org/"
 arch="all"
 license="GPL-3.0-or-later"
-- 
GitLab