build: Ensure ostree-tmpfiles.conf is distributed
Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1103 Approved by: cgwalters
This commit is contained in:
parent
e3a4049c24
commit
80eab25f8a
|
|
@ -39,7 +39,7 @@ if BUILDOPT_SYSTEMD
|
||||||
systemdsystemunit_DATA = src/boot/ostree-prepare-root.service \
|
systemdsystemunit_DATA = src/boot/ostree-prepare-root.service \
|
||||||
src/boot/ostree-remount.service
|
src/boot/ostree-remount.service
|
||||||
systemdtmpfilesdir = $(prefix)/lib/tmpfiles.d
|
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
|
# Allow the distcheck install under $prefix test to pass
|
||||||
AM_DISTCHECK_CONFIGURE_FLAGS += --with-systemdsystemunitdir='$${libdir}/systemd/system'
|
AM_DISTCHECK_CONFIGURE_FLAGS += --with-systemdsystemunitdir='$${libdir}/systemd/system'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue