summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/conf_macros.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 91142b396..2dc4097bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ pipepath = @pipepath@
mcpath = @mcpath@
initdir = @initdir@
systemdunitdir = @systemdunitdir@
-systemdconfdir = @systemdconfdir@/sssd.service.d
+systemdconfdir = @systemdconfdir@
logpath = @logpath@
pubconfpath = @pubconfpath@
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index af0834a75..3a042a81b 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -227,7 +227,7 @@ AC_DEFUN([WITH_SYSTEMD_CONF_DIR],
AC_MSG_ERROR([Could not detect systemd config directory])
fi
fi
- AC_SUBST(systemdconfdir)
+ AC_SUBST(systemdconfdir, [$systemdconfdir/sssd.service.d])
])
AC_DEFUN([WITH_MANPAGES],