Commit 5a7e3cc1 authored by Mike Gabriel's avatar Mike Gabriel

Add patch: 005_add_nxagent_wrapper.patch.

parent e6033454
...@@ -7,5 +7,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low ...@@ -7,5 +7,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 002_nxcompshad-build-against-nx-x11-only.patch. * Add patch: 002_nxcompshad-build-against-nx-x11-only.patch.
* Add patch: 003_nxcompshad-gcc43.patch. * Add patch: 003_nxcompshad-gcc43.patch.
* Add patch: 004_nx-x11-fix-nxcompshad-build.patch. * Add patch: 004_nx-x11-fix-nxcompshad-build.patch.
* Add patch: 005_add_nxagent_wrapper.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
--- /dev/null
+++ b/bin/nxagent
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxagent "$@"
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
002_nxcompshad-build-against-nx-x11-only.patch 002_nxcompshad-build-against-nx-x11-only.patch
003_nxcompshad-gcc43.patch 003_nxcompshad-gcc43.patch
004_nx-x11-fix-nxcompshad-build.patch 004_nx-x11-fix-nxcompshad-build.patch
005_add_nxagent_wrapper.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment