[X2go-Commits] x2goserver.git - backport-lenny (branch) updated: 3.0.99-2-373-g1ffd9da
X2go dev team
git-admin at x2go.org
Sun Nov 20 20:25:05 CET 2011
The branch, backport-lenny has been updated
via 1ffd9dac311765d3fe5cef6129e53357dba22e16 (commit)
from 4c43a40e912a3f91d847ba73076a9fbc859143bb (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 1ffd9dac311765d3fe5cef6129e53357dba22e16
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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
The diff of changes is:
diff --git a/x2goserver-xsession/Makefile b/x2goserver-xsession/Makefile
index 63dba4a..d07a0f7 100755
--- a/x2goserver-xsession/Makefile
+++ b/x2goserver-xsession/Makefile
@@ -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