build: Ensure ostree-tmpfiles.conf is distributed
authorPhilip Withnall <withnall@endlessm.com>
Tue, 22 Aug 2017 17:33:57 +0000 (18:33 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 22 Aug 2017 17:37:48 +0000 (17:37 +0000)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #1103
Approved by: cgwalters

Makefile-boot.am

index 213ff043fc18b274d2e6c9545302b5165abf1558..828187ec812df33e281eeed435715f6e16ff6951 100644 (file)
@@ -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'