[X2Go-Commits] [pyhoca-gui] 64/71: CVix: explicitly set OUTPATH for gsprint related stuff

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 00861e6d46c4f0654bfac04152aca1507dd9f1b0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 20 23:57:26 2014 +0100

    CVix: explicitly set OUTPATH for gsprint related stuff
---
 CVix_nsis_template.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py
index eb8d4e4..d61240c 100644
--- a/CVix_nsis_template.py
+++ b/CVix_nsis_template.py
@@ -267,8 +267,10 @@ SectionEnd
 
 Section "$GSPRINT"
 
+  SetOutPath "$INSTDIR\\ghostscript"
   File /r "${{distOutputDirectory}}\\ghostscript\\*.*"
   ExecWait "ghostscript\\gs910w32.exe /S"
+  SetOutPath "$INSTDIR\\ghostview"
   File /r "${{distOutputDirectory}}\\ghostview\\*.*"
   ExecWait '"ghostview\\setup.exe" "$PROGRAMFILES\\Ghostgum"'
 

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