The branch, master has been updated via a3e81aed9757f68eb9662c1d535a15ccd2da4206 (commit) from d397971d2d55d2f9bd959e95c4b1fa05fdf5fd04 (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 a3e81aed9757f68eb9662c1d535a15ccd2da4206 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 01:01:26 2013 +0100 fix 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 dca53c3..895328a 100755 --- a/x2goadmincenter/Makefile +++ b/x2goadmincenter/Makefile @@ -37,7 +37,7 @@ build_admincenter: cd $(BUILD_DIR) && $(MAKE) build_plugins: - for module in `ls modules`; do cd $(SRC_DIR)/modules/$$module && $(LRELEASE_BINARY) $$module.pro && $(QMAKE_BINARY) $$module.pro && make; done + for module in `ls modules`; do cd modules/$$module && $(LRELEASE_BINARY) $$module.pro && $(QMAKE_BINARY) $$module.pro && make && cd - 1>/dev/null; done build_man: $(MAKE) -f Makefile.man2html build 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).