The branch, master has been updated via bbbfe016b7aaad4c5c375f940cb5cda904dd455f (commit) from 6c045b37b9a5aeebab02549591bae1050e4a31d4 (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 bbbfe016b7aaad4c5c375f940cb5cda904dd455f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 9 12:29:01 2013 +0100 fix for commit 9e15a9e ----------------------------------------------------------------------- Summary of changes: x2goserver-fmbindings/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver-fmbindings/Makefile b/x2goserver-fmbindings/Makefile index dabb659..06c7164 100755 --- a/x2goserver-fmbindings/Makefile +++ b/x2goserver-fmbindings/Makefile @@ -57,9 +57,9 @@ install_scripts: $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2gofeature.d $(INSTALL_PROGRAM) share/x2go/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/applications - $(INSTALL_PROGRAM) share/applications/x2gofm.desktop $(DESTDIR)$(SHAREDIR)/applications/ + $(INSTALL_PROGRAM) share/applications/x2gofm.desktop $(DESTDIR)$(PREFIX)/share/applications/ $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/mime/packages - $(INSTALL_PROGRAM) share/mime/packages/sshfs-x2go.xml $(DESTDIR)$(SHAREDIR)/mime/packages/ + $(INSTALL_PROGRAM) share/mime/packages/sshfs-x2go.xml $(DESTDIR)$(PREFIX)/share/mime/packages/ install_config: 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).