The branch, master has been updated via 21f1f4263d61c2900ea873783b43104f7484838f (commit) from f14f56f57659cbb928de680691de5173ce08eef9 (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 21f1f4263d61c2900ea873783b43104f7484838f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 16:40:40 2011 +0200 Makefile fix, uncommented SHAREDIR ----------------------------------------------------------------------- Summary of changes: x2goserver-compat/Makefile | 2 +- x2goserver-extensions/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver-compat/Makefile b/x2goserver-compat/Makefile index cc9112a..dd04574 100755 --- a/x2goserver-compat/Makefile +++ b/x2goserver-compat/Makefile @@ -17,7 +17,7 @@ BINDIR=$(PREFIX)/bin #SBINDIR=$(PREFIX)/sbin #LIBDIR=$(PREFIX)/lib/x2go MANDIR=$(PREFIX)/share/man -#SHAREDIR=$(PREFIX)/share/x2go +SHAREDIR=$(PREFIX)/share/x2go BIN_SCRIPTS=$(shell cd bin && ls) #SBIN_SCRIPTS=$(shell cd sbin && ls) diff --git a/x2goserver-extensions/Makefile b/x2goserver-extensions/Makefile index 77f7bb9..6ece71f 100755 --- a/x2goserver-extensions/Makefile +++ b/x2goserver-extensions/Makefile @@ -17,7 +17,7 @@ BINDIR=$(PREFIX)/bin #SBINDIR=$(PREFIX)/sbin #LIBDIR=$(PREFIX)/lib/x2go MANDIR=$(PREFIX)/share/man -#SHAREDIR=$(PREFIX)/share/x2go +SHAREDIR=$(PREFIX)/share/x2go BIN_SCRIPTS=$(shell cd bin && ls) #SBIN_SCRIPTS=$(shell cd sbin && ls) 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).