[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.8-11-gd162a4c
X2go dev team
git-admin at x2go.org
Sun Nov 20 20:26:47 CET 2011
The branch, master has been updated
via d162a4c5ccf895e9136c930e1ce17cb860a8def7 (commit)
via 79f81a4013f1ef1eda8ad12632f12bbd53eefa4d (commit)
from 4e014885ad2dbbabb680f71d5353ee0f1b66d09a (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 d162a4c5ccf895e9136c930e1ce17cb860a8def7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Nov 20 20:26:44 2011 +0100
Makefile fix for x2goserver-xsession (6, typo fix)
commit 79f81a4013f1ef1eda8ad12632f12bbd53eefa4d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Nov 20 20:25:03 2011 +0100
Makefile fix for x2goserver-xsession (5)
-----------------------------------------------------------------------
Summary of changes:
x2goserver-xsession/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/x2goserver-xsession/Makefile b/x2goserver-xsession/Makefile
index 63dba4a..2bbbd66 100755
--- a/x2goserver-xsession/Makefile
+++ b/x2goserver-xsession/Makefile
@@ -5,7 +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_SYMLINK=ln -s -f
INSTALL_PROGRAM=install -o root -g root -m 755
RM_FILE=rm -f
@@ -68,9 +68,9 @@ install_config:
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
- $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/Xsession.d
- $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/Xsession.options
+ $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/
+ $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/
+ $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/
install_man:
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