forked from mirrors/tftp-hpa-google
Fix the installation of manpages when using INSTALLROOT.
This commit is contained in:
parent
cc471b0f7a
commit
69b2544ed0
3 changed files with 3 additions and 182 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue