summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 614807c)
raw | patch | inline | side by side (parent: 614807c)
author | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 22 Mar 2002 18:36:00 +0000 (18:36 +0000) | ||
committer | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 22 Mar 2002 18:36:00 +0000 (18:36 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@681 57a73879-2fb5-44c3-a270-3262357dd7e2
setup.py | patch | blob | history |
diff --git a/setup.py b/setup.py
index 68fc3cde7f80ec78f24bea98a9b9c14707ccc23b..29f75ca1ce7d7ad04d22c904cde1bf8256d32b43 100644 (file)
--- a/setup.py
+++ b/setup.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: setup.py,v 1.30 2002-01-29 20:07:15 jhermann Exp $
+# $Id: setup.py,v 1.31 2002-03-22 18:36:00 jhermann Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
% script_vars)
finally:
file.close()
+ os.chmod(outfile, 0755)
class build_scripts_roundup(build_scripts_create):
#
# $Log: not supported by cvs2svn $
+# Revision 1.30 2002/01/29 20:07:15 jhermann
+# Conversion to generated script stubs
+#
# Revision 1.29 2002/01/23 06:05:36 richard
# prep work for release
#