Ensure lib/modules-load.d exists before installing there

This commit is contained in:
Jack Kamm 2022-11-19 11:22:39 -08:00 committed by Andrew Gaul
parent 71d72cfc8b
commit d4473d440b

View file

@ -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