The branch, master has been updated via 2a841f477fa0fc1f06a3deabe61344c0d2dcb8b1 (commit) from 6d8c08225949f4c2c3f4fab862cc159bf6dfe582 (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 2a841f477fa0fc1f06a3deabe61344c0d2dcb8b1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 9 15:42:48 2013 +0100 x2goserver-printing/Makefile: create feature.d directory before installing files into it. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver-printing/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4cb98da..ca694b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,8 @@ x2goserver (4.0.1.10-0x2go1) UNRELEASED; urgency=low Thanks to Harvey Eneman for tracking this down!!! (Fixes: #355). - x2goserver-fmbindings/Makefile: install x2gofm. - x2goserver-fmbindings/Makefile: install share/applications and share/mime. + - x2goserver-printing/Makefile: create feature.d directory before installing + files into it. * Grab systemd service file from Fedora and ship it upstream. * Add init script for RPM based distro. Taken from the Fedora package. diff --git a/x2goserver-printing/Makefile b/x2goserver-printing/Makefile index 0f258fe..e5df4b8 100755 --- a/x2goserver-printing/Makefile +++ b/x2goserver-printing/Makefile @@ -52,8 +52,8 @@ install: install_scripts install_config install_man install_version install_scripts: $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR) $(INSTALL_PROGRAM) bin/* $(DESTDIR)$(BINDIR)/ + $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ $(INSTALL_PROGRAM) share/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ 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).