[X2Go-Commits] nx-libs.git - master (branch) updated: redist-server/3.5.0.19-2-gbd2eb48

X2Go dev team git-admin at x2go.org
Thu Mar 28 15:28:56 CET 2013


The branch, master has been updated
       via  bd2eb481a12e6c83c47d42e80c2613250f623d03 (commit)
      from  5ff8e62d1b78d89e1e552f952765a2334ea70352 (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 bd2eb481a12e6c83c47d42e80c2613250f623d03
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 28 15:27:57 2013 +0100

    Fix faulty symlink path. Make sure that x2goagent symlink does not point to absolute path somewhere within the build environment.

-----------------------------------------------------------------------

Summary of changes:
 debian/Makefile.nx-libs |    2 +-
 debian/changelog        |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/Makefile.nx-libs b/debian/Makefile.nx-libs
index bb49073..02e7d12 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 51d6c63..53b04c5 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 at das-netzwerkteam.de>  Thu, 28 Mar 2013 09:11:43 +0100
 


hooks/post-receive
-- 
nx-libs.git (NX (redistributed))

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 "nx-libs.git" (NX (redistributed)).




More information about the x2go-commits mailing list