From 6613d926183b79c1d5bd4b53d99564a1165bcfbe Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Wed, 24 Apr 2024 01:09:28 +0000 Subject: main/logrotate: fix test-0013 failing on riscv64 --- main/logrotate/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/logrotate/APKBUILD b/main/logrotate/APKBUILD index bdffa5bd47b..f260e073fc2 100644 --- a/main/logrotate/APKBUILD +++ b/main/logrotate/APKBUILD @@ -24,6 +24,9 @@ source="https://github.com/logrotate/logrotate/releases/download/$pkgver/logrota prepare() { default_prepare + # If set, setgid bit is inherited by testdir causing test-0013 to fail + chmod -v -s test + ./autogen.sh } -- cgit v1.2.3