aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-19 17:44:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-19 17:44:07 +0100
commit5a7e3cc13d5ca68d0360758124688e1c7636922d (patch)
treee5b07ffaf77b0b1d7998487ce8ff28cea414196f /debian/patches
parente603345464ad97bcbd214a4baf2b3129c500f8aa (diff)
downloadnx-libs-5a7e3cc13d5ca68d0360758124688e1c7636922d.tar.gz
nx-libs-5a7e3cc13d5ca68d0360758124688e1c7636922d.tar.bz2
nx-libs-5a7e3cc13d5ca68d0360758124688e1c7636922d.zip
Add patch: 005_add_nxagent_wrapper.patch.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/005_add_nxagent_wrapper.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/005_add_nxagent_wrapper.patch b/debian/patches/005_add_nxagent_wrapper.patch
new file mode 100644
index 000000000..a2a9f928b
--- /dev/null
+++ b/debian/patches/005_add_nxagent_wrapper.patch
@@ -0,0 +1,12 @@
+--- /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 "$@"
diff --git a/debian/patches/series b/debian/patches/series
index 38a604183..d004ac1d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
002_nxcompshad-build-against-nx-x11-only.patch
003_nxcompshad-gcc43.patch
004_nx-x11-fix-nxcompshad-build.patch
+005_add_nxagent_wrapper.patch