Skip to content

Commit c925bb5

Browse files
authored
Merge pull request #692 from cgwalters/install-bound-dir
build-sys: Pre-create `kargs.d` and `bound-images.d`
2 parents 298a336 + b6061ac commit c925bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ all:
99

1010
install:
1111
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
1214
install -d -m 0755 $(DESTDIR)$(prefix)/lib/systemd/system-generators/
1315
ln -f $(DESTDIR)$(prefix)/bin/bootc $(DESTDIR)$(prefix)/lib/systemd/system-generators/bootc-systemd-generator
1416
install -d $(DESTDIR)$(prefix)/lib/bootc/install

0 commit comments

Comments
 (0)