aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Bar-Lev <[email protected]>2016-09-29 07:30:56 +0000
committerJustus Winter <[email protected]>2016-09-30 12:46:02 +0000
commitd1509428f30c278ee7e99e2bca5559c5b2536721 (patch)
tree45600793861363eaac6d1560ca4214a215a01c1f
parentcpp, qt: Handle modified includedir installation (diff)
downloadgpgme-d1509428f30c278ee7e99e2bca5559c5b2536721.tar.gz
gpgme-d1509428f30c278ee7e99e2bca5559c5b2536721.zip
python: Make generated 'setup.py' executable.
-- Signed-off-by: Alon Bar-Lev <[email protected]>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a29f2f8..efa1f19c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -886,9 +886,9 @@ AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd])
AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([lang/qt/doc/Doxyfile])])
AC_CONFIG_FILES(lang/qt/doc/Makefile)
AC_CONFIG_FILES([lang/python/Makefile
- lang/python/setup.py
lang/python/pyme/version.py
lang/python/tests/Makefile])
+AC_CONFIG_FILES([lang/python/setup.py], [chmod a+x lang/python/setup.py])
AC_OUTPUT
echo "