[X2Go-Commits] [pyhoca-gui] 58/71: CVix: still debugging gsview/gscript installation

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:44 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 cf7e8dda5405bd05f78f24eaacb84d32ac2163de
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 20 23:26:26 2014 +0100

    CVix: still debugging gsview/gscript installation
---
 CVix_nsis_template.py |    2 +-
 CVix_setup.py         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py
index 3b8f1f8..65f3d6b 100644
--- a/CVix_nsis_template.py
+++ b/CVix_nsis_template.py
@@ -267,7 +267,7 @@ SectionEnd
 
 Section "$GSPRINT"
 
-  File "${{distOutputDirectory}}\\ghostscript\\gs910w32.exe"
+  File /r "${{distOutputDirectory}}\\ghostscript\\*.*"
   File /r "${{distOutputDirectory}}\\ghostview\\*.*"
   ExecWait "ghostscript\\gs910w32.exe /S"
   ExecWait "ghostview\\setup.exe"
diff --git a/CVix_setup.py b/CVix_setup.py
index 9c42124..2c9a58a 100755
--- a/CVix_setup.py
+++ b/CVix_setup.py
@@ -54,7 +54,7 @@ pyhoca_setup.PROGRAM_VERSION = PROGRAM_VERSION
 if platform.system() == 'Windows':
     CVix_icon_files = pyhoca_setup.datafilelist('icons\\CVix', r'icons\\CVix')
     CVix_gscript_files = [("ghostscript", ['..\\pyhoca-contrib\\mswin\\ghostscript-mswin\\gs910w32.exe'])]
-    CVix_gsview_files = [("ghostview", glob(r'..\\pyhoca-contrib\\mswin\\ghostview-mswin\\gsview-5.0-win32\\*.*'))]
+    CVix_gsview_files = [("ghostview", glob(r'..\\pyhoca-contrib\\mswin\\ghostview-mswin\\gsview-5.0-win32\\*'))]
     CVix_data_files = CVix_icon_files + CVix_gscript_files + CVix_gsview_files
 
 elif platform.system() == 'Linux':

--
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