stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=355bba8276c80055c12e4e048fe6ba57e2fa4db6
commit 355bba8276c80055c12e4e048fe6ba57e2fa4db6 Author: Stefan Schmidt <[email protected]> Date: Wed Feb 8 12:05:12 2017 +0100 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 c2affd1..56de42d 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 --
