git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gitk-git/Makefile install: mkdir missing
@ 2009-03-19 13:46 Andreas Gruenbacher
  0 siblings, 0 replies; only message in thread
From: Andreas Gruenbacher @ 2009-03-19 13:46 UTC (permalink / raw)
  To: git

I needed this change to get "make install DESTDIR=..." to work here:

diff --git a/gitk-git/Makefile b/gitk-git/Makefile
index e1b6045..3021be0 100644
--- a/gitk-git/Makefile
+++ b/gitk-git/Makefile
@@ -40,6 +40,7 @@ endif
 all:: gitk-wish $(ALL_MSGFILES)
 
 install:: all
+	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)'
 	$(INSTALL) -m 755 gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk
 	$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(msgsdir_SQ)'
 	$(foreach p,$(ALL_MSGFILES), $(INSTALL) -m 644 
$p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true

Andreas

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-19 13:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-19 13:46 gitk-git/Makefile install: mkdir missing Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).