[X2Go-Commits] [pyhoca-gui] 30/71: CVix: properly install customer related (external) files (customer hostname and key)

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:42 CET 2014


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 7cb83bb864cc9ca18fa811a15bf2e8a369e4c108
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Feb 7 13:16:32 2014 +0100

    CVix: properly install customer related (external) files (customer hostname and key)
---
 CVix_nsis_template.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py
index c272b69..1ed4788 100644
--- a/CVix_nsis_template.py
+++ b/CVix_nsis_template.py
@@ -250,8 +250,8 @@ Section "{program_name} ($REQUIRED)"
   File /r /x .svn /x .git "${{distOutputDirectory}}\\*.*"
 
   ; Copy CVix_customer and CVix_customer.key into $INSTDIR
-  CopyFiles ..\\CVix_customer $INSTDIR
-  CopyFiles ..\\CVix_customer.key $INSTDIR
+  CopyFiles "$EXEDIR\\CVix_customer" "$INSTDIR"
+  CopyFiles "$EXEDIR\\CVix_customer.key" "$INSTDIR"
 
   ; Write the installation path into the registry
   WriteRegStr HKLM SOFTWARE\\{program_name} "Install_Dir" "$INSTDIR"

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git



More information about the x2go-commits mailing list