summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile-boot.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-boot.am b/Makefile-boot.am
index 8b62d1ba..508f59bc 100644
--- a/Makefile-boot.am
+++ b/Makefile-boot.am
@@ -38,6 +38,9 @@ endif
if BUILDOPT_SYSTEMD
systemdsystemunit_DATA = src/boot/ostree-prepare-root.service \
src/boot/ostree-remount.service
+
+# Allow the distcheck install under $prefix test to pass
+AM_DISTCHECK_CONFIGURE_FLAGS += --with-systemdsystemunitdir='$${libdir}/systemd/system'
endif
if !BUILDOPT_BUILTIN_GRUB2_MKCONFIG