aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-03-28 15:27:57 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-03-28 15:27:57 +0100
commitbd2eb481a12e6c83c47d42e80c2613250f623d03 (patch)
treecb3023e657271ae7bf6fc565e56bd6af653b9647
parent5ff8e62d1b78d89e1e552f952765a2334ea70352 (diff)
downloadnx-libs-bd2eb481a12e6c83c47d42e80c2613250f623d03.tar.gz
nx-libs-bd2eb481a12e6c83c47d42e80c2613250f623d03.tar.bz2
nx-libs-bd2eb481a12e6c83c47d42e80c2613250f623d03.zip
Fix faulty symlink path. Make sure that x2goagent symlink does not point to absolute path somewhere within the build environment.
-rw-r--r--debian/Makefile.nx-libs2
-rw-r--r--debian/changelog4
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 <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 09:11:43 +0100