From 355bba8276c80055c12e4e048fe6ba57e2fa4db6 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 8 Feb 2017 12:05:12 +0100 Subject: [PATCH] build: do not use a absolute system path for service files during distcheck Our systemd service files are installed into an absolute system path by default which simply does not work when doing a distcheck. Set the path differently for the distcheck options. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c2affd10a2..56de42d63a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_MAKEFLAGS = --no-print-directory AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-tests=regular \ +--with-systemdunitdir=. \ --enable-always-build-examples SUBDIRS = src data config doc