The branch, master has been updated via 52abfd0b36832e1b80a51ee27fbecfa1cacb2387 (commit) from cb7f54e232fc66a16cc4434cc75caa3166a2d5d3 (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 52abfd0b36832e1b80a51ee27fbecfa1cacb2387 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 19:54:14 2011 +0100 fix for x2goserver Makefile (2) ----------------------------------------------------------------------- Summary of changes: x2goserver/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 30dfa3e..d934497 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -67,7 +67,7 @@ install_scripts: $(INSTALL_PROGRAM) lib/* $(DESTDIR)$(LIBDIR)/ $(INSTALL_PROGRAM) share/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ chmod a-x $(DESTDIR)$(LIBDIR)/*.pm - getent group x2gouser &>/dev/null && chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper + getent group x2gouser &>/dev/null && chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper || true chmod 2755 $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper install_config: hooks/post-receive -- x2goserver.git (X2go Server) 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 "x2goserver.git" (X2go Server).