aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-02 13:25:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-02 13:25:10 +0000
commit84d801a3e852add04ed7e9e69101ce0a8db1f8be (patch)
treea290026662fa844855c185cffb056fcc992fc32b /Makefile.in
parent537a4f8192efacc90f3e1defa49f7406e48e058a (diff)
downloadfetchmail-84d801a3e852add04ed7e9e69101ce0a8db1f8be.tar.gz
fetchmail-84d801a3e852add04ed7e9e69101ce0a8db1f8be.tar.bz2
fetchmail-84d801a3e852add04ed7e9e69101ce0a8db1f8be.zip
Installation fix.
svn path=/trunk/; revision=1869
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ae90e7dc..ed7c4964 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -137,7 +137,7 @@ install:
$(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
@echo "Installing manual page..."
$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
- ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
+ ln -sf $(mandir)/fetchmailconf.$(manext) $(mandir)/fetchmail.$(manext)
uninstall:
rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf