summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce856a2)
raw | patch | inline | side by side (parent: ce856a2)
author | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 27 Mar 2002 23:47:58 +0000 (23:47 +0000) | ||
committer | jhermann <jhermann@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 27 Mar 2002 23:47:58 +0000 (23:47 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@684 57a73879-2fb5-44c3-a270-3262357dd7e2
setup.py | patch | blob | history |
diff --git a/setup.py b/setup.py
index 29f75ca1ce7d7ad04d22c904cde1bf8256d32b43..5c4deff5b137c7eb3534859e6f8cf741677a2165 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.31 2002-03-22 18:36:00 jhermann Exp $
+# $Id: setup.py,v 1.32 2002-03-27 23:47:58 jhermann Exp $
from distutils.core import setup, Extension
from distutils.util import get_platform
try:
if sys.platform == "win32":
file.write('@echo off\n'
- '%(python)s -c "from %(package)s.scripts.%(module)s import run; run()" %%$\n'
+ 'if NOT "%%_4ver%%" == "" %(python)s -c "from %(package)s.scripts.%(module)s import run; run()" %%$\n'
+ 'if "%%_4ver%%" == "" %(python)s -c "from %(package)s.scripts.%(module)s import run; run()" %%*\n'
% script_vars)
else:
file.write('#! %(python)s\n'
#
# $Log: not supported by cvs2svn $
+# Revision 1.31 2002/03/22 18:36:00 jhermann
+# chmod +x for scripts
+#
# Revision 1.30 2002/01/29 20:07:15 jhermann
# Conversion to generated script stubs
#