From ac38372f4988c48686463d8ce691235f2ea1983c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 5 Apr 2021 21:00:07 +0000 Subject: [PATCH] build-sys: Include all mkinitcpio bits It's still so tempting to switch to `git archive` to ship sources. Closes: https://github.com/ostreedev/ostree/issues/2312 --- Makefile-boot.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-boot.am b/Makefile-boot.am index b51928f0..9a04bbdb 100644 --- a/Makefile-boot.am +++ b/Makefile-boot.am @@ -65,7 +65,7 @@ endif EXTRA_DIST += src/boot/dracut/module-setup.sh \ src/boot/dracut/ostree.conf \ - src/boot/mkinitcpio/ostree \ + src/boot/mkinitcpio \ src/boot/ostree-prepare-root.service \ src/boot/ostree-finalize-staged.path \ src/boot/ostree-remount.service \