The branch, master has been updated via 927a9cde4f79b0a98eed60a753bd15f5ccbf62a1 (commit) from bbbfe016b7aaad4c5c375f940cb5cda904dd455f (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 927a9cde4f79b0a98eed60a753bd15f5ccbf62a1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 9 12:31:45 2013 +0100 fix(2) 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 06c7164..c5c7311 100755 --- a/x2goserver-fmbindings/Makefile +++ b/x2goserver-fmbindings/Makefile @@ -56,9 +56,9 @@ install_scripts: $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR) $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2gofeature.d $(INSTALL_PROGRAM) share/x2go/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ - $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/applications + $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL_PROGRAM) share/applications/x2gofm.desktop $(DESTDIR)$(PREFIX)/share/applications/ - $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/mime/packages + $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/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).