Fix the installation of manpages when using INSTALLROOT.

This commit is contained in:
hpa 2001-11-15 05:31:21 +00:00
parent cc471b0f7a
commit 69b2544ed0
3 changed files with 3 additions and 182 deletions

View file

@ -14,7 +14,7 @@ $(OBJS): tftpsubs.h
install: tftp
mkdir -p $(INSTALLROOT)$(BINDIR) $(INSTALLROOT)$(MANDIR)/man1
$(INSTALL_PROGRAM) -s tftp $(INSTALLROOT)$(BINDIR)
$(INSTALL_PROGRAM) tftp $(INSTALLROOT)$(BINDIR)
$(INSTALL_DATA) tftp.1 $(INSTALLROOT)$(MANDIR)/man1
clean: