From d2d96b1ed24a85ee8f5414af08e5402d08eefa0b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2009 13:12:28 +0000 Subject: Make fetchmailconf script executable. svn path=/branches/BRANCH_6-3/; revision=5312 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 71ef0a5a..a3bbaadc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,7 +179,7 @@ EXTRA_DIST+= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \ Doxyfile fetchmailconf: - ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ || { rm -f $@ ; exit 1; } + ( echo '#! /bin/sh' && echo 'exec @PYTHON@ @pythondir@/fetchmailconf.py "$$@"' ) >$@ && chmod +x $@ || { rm -f $@ ; exit 1; } FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; } -- cgit v1.2.3