Ensure lib/modules-load.d exists before installing there
This commit is contained in:
parent
71d72cfc8b
commit
d4473d440b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -63,6 +63,7 @@ install: all
|
|||
install -d $(DESTDIR)/etc
|
||||
install -d $(DESTDIR)/lib/systemd/system
|
||||
install -d $(DESTDIR)/usr/share/doc/mbpfan
|
||||
install -d $(DESTDIR)/lib/modules-load.d
|
||||
install $(BIN) $(DESTDIR)/usr/sbin
|
||||
install -m644 $(CONF) $(DESTDIR)/etc
|
||||
install -m644 $(DEPEND_MODULE) $(DESTDIR)/lib/modules-load.d
|
||||
|
|
Loading…
Add table
Reference in a new issue