[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99.8-6-g31b58ab
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:00 CET 2013
The branch, build-main has been updated
via 31b58ab1c99513bf1ded60a213210cac0182615f (commit)
from 905e1c5326ff61f9ce8bb4cb486e34adebe545df (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver-xsession/Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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).
More information about the x2go-commits
mailing list