This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit b2ebc6c1c5972da0e6c0fbb37fb8ab600a3b1fd4 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 21 00:35:05 2018 +0100 x2goserver-x2goagent/Makefile: it's $(NXLIBDIR), not $(NX_LIBDIR). --- debian/changelog | 1 + x2goserver-x2goagent/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2d3738a..5a7224c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium - x2goserver-x2goagent/bin: remove x2goagent wrapper script. Unneeded and actually harmful nowadays. - x2goserver-x2goagent/bin: add .keep file to keep this directory around. + - x2goserver-x2goagent/Makefile: it's $(NXLIBDIR), not $(NX_LIBDIR). * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/Makefile b/x2goserver-x2goagent/Makefile index e66efc7..bb947e9 100755 --- a/x2goserver-x2goagent/Makefile +++ b/x2goserver-x2goagent/Makefile @@ -53,7 +53,7 @@ install: install_scripts install_config install_data install_man install_version install_scripts: $(INSTALL_DIR) $(DESTDIR)$(BINDIR) - $(INSTALL_SYMLINK) ../../$(NX_LIBDIR)/x2goagent $(DESTDIR)$(BINDIR)/x2goagent + $(INSTALL_SYMLINK) ../../$(NXLIBDIR)/x2goagent $(DESTDIR)$(BINDIR)/x2goagent $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR) $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2gofeature.d $(INSTALL_PROGRAM) share/x2go/x2gofeature.d/*.features $(DESTDIR)$(SHAREDIR)/x2gofeature.d/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git