Skip to content

Commit

Permalink
Merge pull request #692 from cgwalters/install-bound-dir
Browse files Browse the repository at this point in the history
build-sys: Pre-create `kargs.d` and `bound-images.d`
  • Loading branch information
jeckersb authored Jul 17, 2024
2 parents 298a336 + b6061ac commit c925bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ all:

install:
install -D -m 0755 -t $(DESTDIR)$(prefix)/bin target/release/bootc
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc-experimental/bound-images.d
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/kargs.d
install -d -m 0755 $(DESTDIR)$(prefix)/lib/systemd/system-generators/
ln -f $(DESTDIR)$(prefix)/bin/bootc $(DESTDIR)$(prefix)/lib/systemd/system-generators/bootc-systemd-generator
install -d $(DESTDIR)$(prefix)/lib/bootc/install
Expand Down

0 comments on commit c925bb5

Please sign in to comment.