Update Makefile.in

Add missing $(DESTDIR) to man page install
This commit is contained in:
Steve Wills 2013-10-04 04:09:16 +00:00
parent 389c137df9
commit ce52452e42
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install: all
mkdir -p $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
mkdir -p $(DESTDIR)$(mandir)/man8
$(INSTALL) -m 644 $(MAN8) $(mandir)/man8
$(INSTALL) -m 644 $(MAN8) $(DESTDIR)$(mandir)/man8
indent:
indent -nut -ts2 *.c *.h