Skip to content

Commit

Permalink
Make tools use DESTDIR as well (otherwise rpm build is broken).
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wright <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Chris Wright authored and Junio C Hamano committed Aug 16, 2005
1 parent d9ac9df commit 8c59890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git-%: %.c
all: $(PROGRAMS)

install: $(PROGRAMS) $(SCRIPTS)
$(INSTALL) -m755 -d $(dest)$(bindir)
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)

clean:
Expand Down

0 comments on commit 8c59890

Please sign in to comment.