When running #make install
There is an error. This is due to a missing trailing '/' on line 92. Makefile reads as cp fetchlog.1 $(INSTDIR)/man/man1
should be cp fetchlog.1 $(INSTDIR)/man/man1/
Log in to post a comment.