aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-04 19:15:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-04 19:15:25 +0000
commitb50861efacc2941921be4ab850a4da399a46db66 (patch)
tree27c38faa667f5468d0ec5c5bde59802ea07dfd52
parent17be9458e16319bd861c2b513037bbb615c75a01 (diff)
downloadfetchmail-b50861efacc2941921be4ab850a4da399a46db66.tar.gz
fetchmail-b50861efacc2941921be4ab850a4da399a46db66.tar.bz2
fetchmail-b50861efacc2941921be4ab850a4da399a46db66.zip
Harry McGavran's fix for subdirectory installation.
svn path=/trunk/; revision=1899
-rw-r--r--Makefile.in2
-rw-r--r--NEWS1
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..."
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.