summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-04-05 21:00:07 +0000
committerColin Walters <walters@verbum.org>2021-04-06 08:58:59 -0400
commitac38372f4988c48686463d8ce691235f2ea1983c (patch)
treeb17da7613b707dbd3e99468605274361a05718df
parent81d3017463492f69b0e07a7496e70135da01bac9 (diff)
downloadostree-ac38372f4988c48686463d8ce691235f2ea1983c.tar.gz
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
-rw-r--r--Makefile-boot.am2
1 files changed, 1 insertions, 1 deletions
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 \