Skip to content

Commit b6061ac

Browse files
committed
build-sys: Pre-create kargs.d and bound-images.d
Let's ensure these directories exist by default, because we want people to drop things there - and having to create the directory in derived images invites typos. Signed-off-by: Colin Walters <[email protected]>
1 parent 89635a8 commit b6061ac

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)