From 286fc2b97712c19110cdd38f12604d7a055d16df Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 12 Aug 2012 11:20:11 -0400 Subject: fix permissions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 821098b7..3d21d5f0 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AC_CONFIG_FILES([gi/pf/Makefile]) AC_CONFIG_FILES([gi/markov_al/Makefile]) AC_CONFIG_FILES([rst_parser/Makefile]) -AC_CONFIG_FILES([python/setup.py],[chmod +x python/setup.py]) +AC_CONFIG_FILES([python/setup.py]) AC_OUTPUT -- cgit v1.2.3