summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-08-22 18:33:57 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-22 17:37:48 +0000
commit80eab25f8ad367ba7f391a89558ef90eb69ce232 (patch)
treed73cce6460ad093be9a650e9a78640e811636897
parente3a4049c247ec5435e2c0967e24802551536bc45 (diff)
downloadostree-80eab25f8ad367ba7f391a89558ef90eb69ce232.tar.gz
build: Ensure ostree-tmpfiles.conf is distributed
Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1103 Approved by: cgwalters
-rw-r--r--Makefile-boot.am2
1 files changed, 1 insertions, 1 deletions
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'