Skip to content

Commit 666b336

Browse files
author
Jürgen Hermann
committed
chmod +x for scripts
1 parent 28a05a9 commit 666b336

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2121
from distutils.core import setup, Extension
2222
from 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

99100
class 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
#

0 commit comments

Comments
 (0)