Thread (2 messages) 2 messages, 2 authors, 2020-09-26

tools/bootconfig: Create missing directories in Makefile install object if needed

From: Thomas Renninger <hidden>
Date: 2020-09-25 15:09:12

Signed-off-by: Thomas Renninger <redacted>

---
 tools/bootconfig/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/tools/bootconfig/Makefile
+++ b/tools/bootconfig/Makefile
@@ -24,7 +24,7 @@
 	./test-bootconfig.sh $(OUTPUT)
 
 install: $(ALL_PROGRAMS)
-	install $(OUTPUT)bootconfig $(DESTDIR)$(bindir)
+	install -D $(OUTPUT)bootconfig $(DESTDIR)$(bindir)/bootconfig
 
 clean:
 	$(RM) -f $(OUTPUT)*.o $(ALL_PROGRAMS)


Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help