Skip to content

Commit 8c59890

Browse files
Chris WrightJunio C Hamano
authored andcommitted
Make tools use DESTDIR as well (otherwise rpm build is broken).
Signed-off-by: Chris Wright <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d9ac9df commit 8c59890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git-%: %.c
1818
all: $(PROGRAMS)
1919

2020
install: $(PROGRAMS) $(SCRIPTS)
21-
$(INSTALL) -m755 -d $(dest)$(bindir)
21+
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
2222
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)
2323

2424
clean:

0 commit comments

Comments
 (0)