From b50861efacc2941921be4ab850a4da399a46db66 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 4 Jun 1998 19:15:25 +0000 Subject: Harry McGavran's fix for subdirectory installation. svn path=/trunk/; revision=1899 --- Makefile.in | 2 +- NEWS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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..." diff --git a/NEWS b/NEWS index 2d2f1465..e5451b2a 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3