This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 10e88fe fix for last commit new 5869504 fix for last commit (2) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 586950418a22a6b4034339da672cf43817915a21 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Oct 17 13:07:10 2014 +0200 fix for last commit (2) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e39789..c115f56 100755 --- a/setup.py +++ b/setup.py @@ -304,7 +304,8 @@ elif platform.system() == 'Linux': manpage_files = [ ('{prefix}/share/man/man1'.format(prefix=sys.prefix), glob('man/man1/*.1')), ] - i18n_files = datafilelist('{prefix}/share/locale', r'build/mo/*') + i18n_files = datafilelist('{prefix}/share/locale'.format(prefix=sys.prefix), 'build/mo') + data_files.extend(icon_files + img_files + desktop_files + -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git