aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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 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..."