aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-19 01:18:34 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-04-19 01:18:34 +0000
commitb3d54e243bf5382da1320f69f7357e8073c99205 (patch)
tree79791a9e39b1b0f150e84813dbab5a5f1c981a5b
parent5335a2a4b75b65fee7ffc39e23135aafa8182c21 (diff)
community/notus-scanner: disable fhs checksHEADmaster
-rw-r--r--community/notus-scanner/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/notus-scanner/APKBUILD b/community/notus-scanner/APKBUILD
index ae7a711370b..7ed089faf8b 100644
--- a/community/notus-scanner/APKBUILD
+++ b/community/notus-scanner/APKBUILD
@@ -23,6 +23,8 @@ subpackages="$pkgname-openrc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/greenbone/notus-scanner/archive/refs/tags/v$pkgver.tar.gz
notus-scanner.initd
"
+# fhs: /run/notus-scanner created in package() and referenced in config.py
+options="!fhs"
build() {
gpep517 build-wheel \