The branch, master has been updated via 548326b35e2c6fd51bb62dc6e93cc41662579856 (commit) from 677ffe1819fb20e6bf01f68aabd6d40b319e6833 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 548326b35e2c6fd51bb62dc6e93cc41662579856 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 09:40:00 2013 +0100 fix(2) for last commit ----------------------------------------------------------------------- Summary of changes: x2goadmincenter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goadmincenter/Makefile b/x2goadmincenter/Makefile index bf8d540..bd3464b 100755 --- a/x2goadmincenter/Makefile +++ b/x2goadmincenter/Makefile @@ -47,7 +47,7 @@ clean: clean_admincenter clean_plugins clean_man find . -type f -name 'moc_*.cpp' -exec rm -vf {} + find . -type f -name 'ui_*.h' -exec rm -vf {} + find . -type f -name 'qrc_*.cpp' -exec rm -vf {} + - find . -type f -name 'x2go_*.qm' -exec rm -vf {} + + find . -type f -name 'x2go*_*.qm' -exec rm -vf {} + rm -f x2goadmincenter rm -f x2goadmincenter.tag hooks/post-receive -- x2goadmincenter.git (X2Go Administration Center) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goadmincenter.git" (X2Go Administration Center).