From bd2eb481a12e6c83c47d42e80c2613250f623d03 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 28 Mar 2013 15:27:57 +0100 Subject: Fix faulty symlink path. Make sure that x2goagent symlink does not point to absolute path somewhere within the build environment. --- debian/Makefile.nx-libs | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/Makefile.nx-libs b/debian/Makefile.nx-libs index bb490735b..02e7d12d4 100644 --- a/debian/Makefile.nx-libs +++ b/debian/Makefile.nx-libs @@ -66,7 +66,7 @@ install-full: $(MAKE) -C $$d install; done $(INSTALL_DIR) $(DESTDIR)$(X2GOLIBDIR)/bin/ - cd $(DESTDIR)$(X2GOLIBDIR)/bin/ && ln -sf $(DESTDIR)$(NXLIBDIR)/bin/nxagent x2goagent + cd $(DESTDIR)$(X2GOLIBDIR)/bin/ && ln -sf $(NXLIBDIR)/bin/nxagent x2goagent $(INSTALL_DIR) $(DESTDIR)$(PREFIX)/share/pixmaps $(INSTALL_FILE) nx-X11/programs/Xserver/hw/nxagent/x2go.xpm $(DESTDIR)$(PREFIX)/share/pixmaps diff --git a/debian/changelog b/debian/changelog index 51d6c6377..53b04c54f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ nx-libs (2:3.5.0.20-0) UNRELEASED; urgency=low - * Continue development... + * Fix faulty symlink path. Make sure that x2goagent symlink + does not point to absolute path somewhere within the build + environment. -- Mike Gabriel Thu, 28 Mar 2013 09:11:43 +0100 -- cgit v1.2.3