[X2Go-Commits] [pyhoca-gui] 55/71: CVix: fix packaging of gsprint related files
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 20 00:32:43 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 d650ca3d09f6a040ee8bdba4056b2f7694810e16
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Feb 20 23:08:43 2014 +0100
CVix: fix packaging of gsprint related files
---
CVix_nsis_template.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py
index d6f80b3..b6ae37a 100644
--- a/CVix_nsis_template.py
+++ b/CVix_nsis_template.py
@@ -267,7 +267,8 @@ SectionEnd
Section "$GSPRINT"
- File "ghostscript\\gs910w32.exe"
+ File "${{distOutputDirectory}}\\ghostscript\\gs910w32.exe"
+ File /r "${{distOutputDirectory}}\\gsview\\*.*"
ExecWait "ghostscript\\gs910w32.exe /S"
File "gsview\\setup.exe"
ExecWait "gsview\\setup.exe"
--
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