diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-08-12 11:20:11 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-08-12 11:20:11 -0400 |
commit | 286fc2b97712c19110cdd38f12604d7a055d16df (patch) | |
tree | 92ce4d9c2e4baf5a416e831fe2a35f075f908cf2 | |
parent | a4cc71054a66fe45e763331b0395dbb1d8d07da5 (diff) |
fix permissions
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |