]> Pileus Git - ~andy/fetchmail/commitdiff
Make fetchmailconf script executable.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 13:12:28 +0000 (13:12 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 13:12:28 +0000 (13:12 -0000)
svn path=/branches/BRANCH_6-3/; revision=5312

Makefile.am

index 71ef0a5a63f8f4be055f8355819f94b4b01aca2e..a3bbaadc1f6d8edad115fbcffaa6c098125e8ddc 100644 (file)
@@ -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 ; }