From 62594765b2fae72e332ffb21fbd11085d911ef83 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 25 Oct 2018 15:15:04 +0000 Subject: [PATCH] build-sys: Dist ostree-finalize-staged.path Otherwise the tarball doesn't work. Closes: #1766 Approved by: jlebon --- Makefile-boot.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile-boot.am b/Makefile-boot.am index d18351af..b4d4a1af 100644 --- a/Makefile-boot.am +++ b/Makefile-boot.am @@ -67,6 +67,7 @@ EXTRA_DIST += src/boot/dracut/module-setup.sh \ src/boot/dracut/ostree.conf \ src/boot/mkinitcpio/ostree \ src/boot/ostree-prepare-root.service \ + src/boot/ostree-finalize-staged.path \ src/boot/ostree-remount.service \ src/boot/ostree-finalize-staged.service \ src/boot/grub2/grub2-15_ostree \