diff options
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f44776cb..47fdf2ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -132,7 +132,7 @@ install: @echo "Creating installation directories..." $(SHELL) ${srcdir}/mkinstalldirs $(bindir) $(mandir) @echo "Installing fetchmail binary..." - $(INSTALL_PROGRAM) ${srcdir}/fetchmail $(bindir)/fetchmail + $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail @echo "Installing fetchmail configurator..." $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf @echo "Installing manual page..." @@ -10,6 +10,7 @@ fetchmail-4.5.0 (): * 1.0 version of fetchmailconf. * Jochen Hayek's changes to make RPA less verbose. +* Harry McGavran's fix for subdirectory installation. There are 279 people on fetchmail-friends and 217 on fetchmail-announce. |