File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ install:
12
12
install -d -m 0755 $(DESTDIR )$(prefix ) /lib/bootc/bound-images.d
13
13
install -d -m 0755 $(DESTDIR )$(prefix ) /lib/bootc/kargs.d
14
14
ln -s /sysroot/ostree/bootc/storage $(DESTDIR )$(prefix ) /lib/bootc/storage
15
- install -d -m 0755 $(DESTDIR )$(prefix ) /lib/systemd/system-generators/
16
- ln -f $(DESTDIR )$(prefix ) /bin/bootc $(DESTDIR )$(prefix ) /lib/systemd/system-generators/bootc-systemd-generator
15
+ install -D -m 0755 cli/bootc-generator-stub $(DESTDIR )$(prefix ) /lib/systemd/system-generators/bootc-systemd-generator
17
16
install -d $(DESTDIR )$(prefix ) /lib/bootc/install
18
17
# Support installing pre-generated man pages shipped in source tarball, to avoid
19
18
# a dependency on pandoc downstream. But in local builds these end up in target/man,
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # We can't actually hardlink because in Fedora (+derivatives)
3
+ # these have different SELinux labels. xref
4
+ # https://issues.redhat.com/browse/RHEL-76188
5
+ exec bootc internals systemd-generator " $@ "
You can’t perform that action at this time.
0 commit comments