summaryrefslogtreecommitdiff
path: root/extras/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'extras/firmware')
-rw-r--r--extras/firmware/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/firmware/Makefile b/extras/firmware/Makefile
index c187b47635..5e84acb156 100644
--- a/extras/firmware/Makefile
+++ b/extras/firmware/Makefile
@@ -37,7 +37,8 @@ clean:
.PHONY: clean
install-bin: all
- $(INSTALL_SCRIPT) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
+ $(INSTALL) -d $(DESTDIR)$(libudevdir)
+ $(INSTALL_SCRIPT) $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
.PHONY: install-bin
uninstall-bin: