[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99.8-1-g69eca65
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:50 CET 2013
The branch, build-baikal has been updated
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
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).
More information about the x2go-commits
mailing list