Browse Source

Make tools use DESTDIR as well (otherwise rpm build is broken).

Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Chris Wright 20 years ago committed by Junio C Hamano
parent
commit
8c59890292
  1. 2
      tools/Makefile

2
tools/Makefile

@ -18,7 +18,7 @@ git-%: %.c @@ -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:

Loading…
Cancel
Save