The branch, backport-lenny has been updated via f691eb342fe74f1ce9cc81b9a1816a20b29f5c94 (commit) from b6e5c191e7bc1882d540eb1b6aeaa23e87e2e693 (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 f691eb342fe74f1ce9cc81b9a1816a20b29f5c94 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).