File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: setup.py,v 1.30 2002-01-29 20:07:15 jhermann Exp $
19+ # $Id: setup.py,v 1.31 2002-03-22 18:36:00 jhermann Exp $
2020
2121from distutils .core import setup , Extension
2222from distutils .util import get_platform
@@ -94,6 +94,7 @@ def copy_scripts(self):
9494 % script_vars )
9595 finally :
9696 file .close ()
97+ os .chmod (outfile , 0755 )
9798
9899
99100class build_scripts_roundup (build_scripts_create ):
@@ -171,6 +172,9 @@ def isTemplateDir(dir):
171172
172173#
173174# $Log: not supported by cvs2svn $
175+ # Revision 1.30 2002/01/29 20:07:15 jhermann
176+ # Conversion to generated script stubs
177+ #
174178# Revision 1.29 2002/01/23 06:05:36 richard
175179# prep work for release
176180#
You can’t perform that action at this time.
0 commit comments