public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* tools/bootconfig: Create missing directories in Makefile install object if needed
@ 2020-09-25 15:09 Thomas Renninger
  2020-09-26  2:30 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Renninger @ 2020-09-25 15:09 UTC (permalink / raw)
  To: linux-pm; +Cc: rafael, Masami Hiramatsu

Signed-off-by: Thomas Renninger <trenn@suse.de>

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-26  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 15:09 tools/bootconfig: Create missing directories in Makefile install object if needed Thomas Renninger
2020-09-26  2:30 ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox