We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 298a336 + b6061ac commit c925bb5Copy full SHA for c925bb5
Makefile
@@ -9,6 +9,8 @@ all:
9
10
install:
11
install -D -m 0755 -t $(DESTDIR)$(prefix)/bin target/release/bootc
12
+ install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc-experimental/bound-images.d
13
+ install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/kargs.d
14
install -d -m 0755 $(DESTDIR)$(prefix)/lib/systemd/system-generators/
15
ln -f $(DESTDIR)$(prefix)/bin/bootc $(DESTDIR)$(prefix)/lib/systemd/system-generators/bootc-systemd-generator
16
install -d $(DESTDIR)$(prefix)/lib/bootc/install
0 commit comments