From 064360cde8f35d8ac6faf418ddfa39b9f3da4347 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 15 Mar 2008 00:02:39 +0100 Subject: Makefile: do not require GNU install --- extras/firmware/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/firmware') 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: -- cgit v1.2.3-54-g00ecf