From 357c71731154e3540075f54196a16547c3584951 Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Fri, 3 Jan 2025 01:09:00 +0100 Subject: [PATCH] Makefile.am: enable distcheck --with-systemdsystempresetdir Signed-off-by: Jim Klimov --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c96718c0a8..2d159b4378 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,6 +76,7 @@ DISTCHECK_VALGRIND_FLAGS = --with-all=auto --with-ssl=auto --with-doc=skip --wit # Note: this rule uses envvar DISTCHECK_FLAGS expanded at run-time DISTCHECK_CONFIGURE_FLAGS = ${DISTCHECK_FLAGS} \ --with-systemdsystemunitdir='$${prefix}/lib/systemd/system' \ + --with-systemdsystempresetdir='$${prefix}/usr/lib/systemd/system-preset' \ --with-systemdshutdowndir='$${prefix}/lib/systemd/system-shutdown' \ --with-systemdtmpfilesdir='$${prefix}/usr/lib/tmpfiles.d' \ --with-augeas-lenses-dir='$${prefix}/usr/share/augeas/lenses' \