The branch, backport-lenny has been updated via d1469f00e4153560ae92e1571be767da498cfb67 (commit) from 409dbeac26473c376ec6e9a352f4cd37ac0f80c9 (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 d1469f00e4153560ae92e1571be767da498cfb67 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 20 20:11:29 2011 +0100 Makefile fix for x2goserver-xsession ----------------------------------------------------------------------- Summary of changes: x2goserver-xsession/Makefile | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2goserver-xsession/Makefile b/x2goserver-xsession/Makefile index ec4a063..eb78e67 100755 --- a/x2goserver-xsession/Makefile +++ b/x2goserver-xsession/Makefile @@ -5,6 +5,7 @@ SHELL=/bin/bash INSTALL_DIR=install -d -o root -g root -m 755 INSTALL_FILE=install -o root -g root -m 644 +INSTALL_SYMLINKK=ln -s -f INSTALL_PROGRAM=install -o root -g root -m 755 RM_FILE=rm -f @@ -62,7 +63,11 @@ install_scripts: install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) - $(INSTALL_FILE) etc/* $(DESTDIR)$(ETCDIR)/ + $(INSTALL_FILE) etc/Xsession $(DESTDIR)$(ETCDIR)/ + $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/Xresources + $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/Xsession.d + $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/Xsession.options + install_man: # $(INSTALL_DIR) $(DESTDIR)$(MANDIR) 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).