This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 3ec6bc62a0fc196a433e1fcc090e5520728b8ec0 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 00:33:16 2014 +0100 CVix: do more monkey-patching in CVix_setup.py --- CVix_setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CVix_setup.py b/CVix_setup.py index 78f49e2..0906a03 100755 --- a/CVix_setup.py +++ b/CVix_setup.py @@ -41,9 +41,13 @@ from distutils.core import setup, Command import platform from CVix_nsis_template import NSIS_SCRIPT_TEMPLATE + # monkey patch pyhoca_setup.py pyhoca_setup.NSIS_SCRIPT_TEMPLATE = NSIS_SCRIPT_TEMPLATE +pyhoca_setup.PROGRAM_NAME = PROGRAM_NAME pyhoca_setup.SCRIPT_NAME = SCRIPT_NAME +pyhoca_setup.PROGRAM_DESC = PROGRAM_DESC +pyhoca_setup.PROGRAM_VERSION = PROGRAM_VERSION if platform.system() == 'Windows': -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git