This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 99fbb769c212c323ebedb9b1e020e76f507fa82f Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 21 01:08:30 2018 +0100 x2goserver-x2goagent/Makefile: add missing bin component in symlink target for ${PREFIX}/bin/x2goagent. --- debian/changelog | 2 ++ x2goserver-x2goagent/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a7224c..bd25a26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,8 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium actually harmful nowadays. - x2goserver-x2goagent/bin: add .keep file to keep this directory around. - x2goserver-x2goagent/Makefile: it's $(NXLIBDIR), not $(NX_LIBDIR). + - x2goserver-x2goagent/Makefile: add missing bin component in symlink + target for ${PREFIX}/bin/x2goagent. * debian/{control,compat}: + Bump DH compat level to 9. * debian/: diff --git a/x2goserver-x2goagent/Makefile b/x2goserver-x2goagent/Makefile index bb947e9..00409c1 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) ../../$(NXLIBDIR)/x2goagent $(DESTDIR)$(BINDIR)/x2goagent + $(INSTALL_SYMLINK) ../../$(NXLIBDIR)/bin/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