From a5dca01d3388a25c7674ec0580370cf636fc3d04 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 25 Nov 2025 18:13:05 +0200 Subject: [PATCH] Remove systemd directory --- pkg.info | 2 +- source.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 740eb8b..86f3d7d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: man-db description: Man page reading utility version: 2.13.1 -revision: 2 +revision: 3 url: https://www.nongnu.org/man-db/ license: GPL2-or-later and GPL3-or-later architecture: any diff --git a/source.sh b/source.sh index 51612bd..9f5ff6e 100644 --- a/source.sh +++ b/source.sh @@ -8,6 +8,8 @@ build() { ./configure --prefix=/usr \ --docdir=/usr/share/doc/man-db \ --sysconfdir=/etc \ + --with-systemdsystemunitdir=no \ + --with-systemdtmpfilesdir=no \ --disable-setuid \ --enable-cache-owner=root \ --with-db=gdbm