From 80eab25f8ad367ba7f391a89558ef90eb69ce232 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 22 Aug 2017 18:33:57 +0100 Subject: [PATCH] build: Ensure ostree-tmpfiles.conf is distributed Signed-off-by: Philip Withnall Closes: #1103 Approved by: cgwalters --- Makefile-boot.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-boot.am b/Makefile-boot.am index 213ff043..828187ec 100644 --- a/Makefile-boot.am +++ b/Makefile-boot.am @@ -39,7 +39,7 @@ if BUILDOPT_SYSTEMD systemdsystemunit_DATA = src/boot/ostree-prepare-root.service \ src/boot/ostree-remount.service systemdtmpfilesdir = $(prefix)/lib/tmpfiles.d -systemdtmpfiles_DATA = src/boot/ostree-tmpfiles.conf +dist_systemdtmpfiles_DATA = src/boot/ostree-tmpfiles.conf # Allow the distcheck install under $prefix test to pass AM_DISTCHECK_CONFIGURE_FLAGS += --with-systemdsystemunitdir='$${libdir}/systemd/system'