The branch, backport-lenny has been updated via 4c43a40e912a3f91d847ba73076a9fbc859143bb (commit) from 8356552720fee1a3e56e423ccbad9bdd91ef834d (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 4c43a40e912a3f91d847ba73076a9fbc859143bb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 20:20:45 2011 +0100 Makefile fix for x2goserver-xsession (4) ----------------------------------------------------------------------- Summary of changes: x2goserver-xsession/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver-xsession/Makefile b/x2goserver-xsession/Makefile index 7f0c68e..63dba4a 100755 --- a/x2goserver-xsession/Makefile +++ b/x2goserver-xsession/Makefile @@ -64,8 +64,8 @@ install_scripts: install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) # provide target dirs for X11 related symlinks - $(INSTALL_DIR) /etc/X11/Xresources - $(INSTALL_DIR) /etc/X11/Xsession.d + mkdir -p /etc/X11/Xresources + mkdir -p /etc/X11/Xsession.d touch /etc/X11/Xsession.options $(INSTALL_FILE) etc/Xsession $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/Xresources 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).