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 e64c079d909e8626b81191ead59cc0b9f7cd84df Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 00:27:05 2014 +0100 CVix: fix variable reference in CVix NSIS template file --- CVix_nsis_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 7b8fd15..22fc383 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -163,7 +163,7 @@ Section "{program_name} ($REQUIRED)" SectionIn RO ; Set output path to the installation directory. SetOutPath "$INSTDIR" - File /r /x .svn /x .git "${{distDirectory}}\\*.*" + File /r /x .svn /x .git "${{distOutputDirectory}}\\*.*" ; Copy CVix_customer and CVix_customer.key into $INSTDIR CopyFiles ..\\CVix_customer $INSTDIR -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git