[X2go-Commits] x2goserver.git - backport-lenny (branch) updated: 3.0.99-2-365-gb6e5c19
X2go dev team
git-admin at x2go.org
Sun Nov 20 19:50:40 CET 2011
The branch, backport-lenny has been updated
via b6e5c191e7bc1882d540eb1b6aeaa23e87e2e693 (commit)
via 35d3094d363213abab138bf021bf0efd1dd43286 (commit)
from 433d2c5595ab168f6b2941e41c0241bc51e8d2c4 (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 b6e5c191e7bc1882d540eb1b6aeaa23e87e2e693
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Nov 20 19:50:35 2011 +0100
INSTALL howto update
commit 35d3094d363213abab138bf021bf0efd1dd43286
Author: Mike Gabriel <mike.gabriel at 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).
More information about the x2go-commits
mailing list