File patch of Package bootc
diff -rubN bootc-1.11.0.orig/Makefile bootc-1.11.0/Makefile --- bootc-1.11.0.orig/Makefile 2025-12-23 15:14:37.241657967 +0100 +++ bootc-1.11.0/Makefile 2025-12-23 15:16:28.314011397 +0100 @@ -49,7 +49,7 @@ install -D -m 0755 -t $(DESTDIR)$(prefix)/bin target/release/system-reinstall-bootc install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/bound-images.d install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/kargs.d - ln -s "$(STORAGE_RELATIVE_PATH)" "$(DESTDIR)$(prefix)/lib/bootc/storage" +# ln -s "$(STORAGE_RELATIVE_PATH)" "$(DESTDIR)$(prefix)/lib/bootc/storage" install -D -m 0755 crates/cli/bootc-generator-stub $(DESTDIR)$(prefix)/lib/systemd/system-generators/bootc-systemd-generator install -d $(DESTDIR)$(prefix)/lib/bootc/install install -D -m 0644 -t $(DESTDIR)$(prefix)/share/man/man5 target/man/*.5; \ @@ -57,7 +57,7 @@ install -D -m 0644 -t $(DESTDIR)/$(prefix)/lib/systemd/system systemd/*.service systemd/*.timer systemd/*.path systemd/*.target install -D -m 0644 -t $(DESTDIR)/$(prefix)/share/doc/bootc/baseimage/base/usr/lib/ostree/ baseimage/base/usr/lib/ostree/prepare-root.conf install -d -m 755 $(DESTDIR)/$(prefix)/share/doc/bootc/baseimage/base/sysroot - cp -PfT baseimage/base/ostree $(DESTDIR)/$(prefix)/share/doc/bootc/baseimage/base/ostree +# cp -PfT baseimage/base/ostree $(DESTDIR)/$(prefix)/share/doc/bootc/baseimage/base/ostree # Ensure we've cleaned out any possibly older files rm -vrf $(DESTDIR)$(prefix)/share/doc/bootc/baseimage/dracut rm -vrf $(DESTDIR)$(prefix)/share/doc/bootc/baseimage/systemd