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 8a6e92d5a48ec3ee6bad44fe74817f496b522eed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 23:31:57 2014 +0100 CVix: make sure gsview subfolders get packaged --- CVix_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_setup.py b/CVix_setup.py index 2c9a58a..0495fbd 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 = pyhoca_setup.datafilelist('ghostview', 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