The branch, master has been updated via 10f33fa7ee2461f6a9b252afa0f892dbca8c8e7b (commit) from c777d8eac77cd2c4325e2ddef02fe2788bbd0237 (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 10f33fa7ee2461f6a9b252afa0f892dbca8c8e7b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jul 28 17:01:06 2011 +0200 permission fix for scripts in lib/x2go ----------------------------------------------------------------------- Summary of changes: x2goserver/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver/Makefile b/x2goserver/Makefile index 2faada3..092894a 100755 --- a/x2goserver/Makefile +++ b/x2goserver/Makefile @@ -61,8 +61,9 @@ install_scripts: $(INSTALL_DIR) $(DESTDIR)$(LIBDIR) $(INSTALL_PROGRAM) bin/* $(DESTDIR)$(BINDIR)/ $(INSTALL_PROGRAM) sbin/* $(DESTDIR)$(SBINDIR)/ - $(INSTALL_FILE) x2gosqlitewrapper $(DESTDIR)$(LIBDIR)/ - $(INSTALL_FILE) lib/* $(DESTDIR)$(LIBDIR)/ + $(INSTALL_PROGRAM) x2gosqlitewrapper $(DESTDIR)$(LIBDIR)/ + $(INSTALL_PROGRAM) lib/* $(DESTDIR)$(LIBDIR)/ + chmod a-x $(DESTDIR)$(LIBDIR)/*.pm chown root:x2gouser $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper chmod 2755 $(DESTDIR)$(LIBDIR)/x2gosqlitewrapper 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).