The branch, master has been updated via cb7f54e232fc66a16cc4434cc75caa3166a2d5d3 (commit) via 69eca656c070b2519f7aa3aef9c25c5ece882b12 (commit) from df472e95f6b39498d50db8fff849bd93beff05c1 (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 cb7f54e232fc66a16cc4434cc75caa3166a2d5d3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 19:50:35 2011 +0100 INSTALL howto update commit 69eca656c070b2519f7aa3aef9c25c5ece882b12 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 19:50:06 2011 +0100 x2goserver Makefile fix, only chown if x2gouser group exists ----------------------------------------------------------------------- Summary of changes: INSTALL | 4 ++-- x2goserver/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/INSTALL b/INSTALL index 15a0dfb..eeac765 100644 --- a/INSTALL +++ b/INSTALL @@ -19,11 +19,11 @@ already: $ chown x2goprint:x2goprint ~x2goprint $ chmod 0770 ~x2goprint -2.) INSTALL x2goserver FILES +2.) BUILD + INSTALL x2goserver FILES ----------------------------- Extract tarball and run - $ make install + $ make && make install in base folder of the extracted tarball. diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 2cc1bbd..30dfa3e 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 - chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper + getent group x2gouser &>/dev/null && chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper 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).