Skip to content

Commit d4473d4

Browse files
jackkammgaul
authored andcommitted
Ensure lib/modules-load.d exists before installing there
1 parent 71d72cf commit d4473d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ install: all
6363
install -d $(DESTDIR)/etc
6464
install -d $(DESTDIR)/lib/systemd/system
6565
install -d $(DESTDIR)/usr/share/doc/mbpfan
66+
install -d $(DESTDIR)/lib/modules-load.d
6667
install $(BIN) $(DESTDIR)/usr/sbin
6768
install -m644 $(CONF) $(DESTDIR)/etc
6869
install -m644 $(DEPEND_MODULE) $(DESTDIR)/lib/modules-load.d

0 commit comments

Comments
 (0)