[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-164-g77ddaaa
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:38 CET 2013
The branch, build-main has been updated
via 77ddaaadf052f596d9fa0dc935d44f658903a832 (commit)
from c3143081e6ddc46e86f858c082e41b96155aea60 (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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index 72ad879..e886012 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -62,8 +62,8 @@ install_scripts:
$(INSTALL_PROGRAM) bin/* $(DESTDIR)$(BINDIR)/
$(INSTALL_PROGRAM) sbin/* $(DESTDIR)$(SBINDIR)/
$(INSTALL_FILE) lib/* $(DESTDIR)$(LIBDIR)/
- chown root:x2gouser /usr/lib/x2go/x2gosqlitewrapper
- chmod 2755 /usr/lib/x2go/x2gosqlitewrapper
+ chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper
+ chmod 2755 $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper
install_config:
$(INSTALL_DIR) $(DESTDIR)$(ETCDIR)
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