aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/005_nxagent_add-nxagent-wrapper.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 21:38:51 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 21:38:51 +0100
commit7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336 (patch)
treeda4c50bbf47c006785ea70e1119ed8b5de87d7f0 /debian/patches/005_nxagent_add-nxagent-wrapper.patch
parent0e3b58b7f13327685354b82dfa003fbc8f4987b5 (diff)
downloadnx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.tar.gz
nx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.tar.bz2
nx-libs-7d9e1544f5f1a3eb85b9d11ab328a4f8ce70f336.zip
Fix LD_LIBRARY_PATH export in wrapper scripts/patches.
Diffstat (limited to 'debian/patches/005_nxagent_add-nxagent-wrapper.patch')
-rw-r--r--debian/patches/005_nxagent_add-nxagent-wrapper.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/005_nxagent_add-nxagent-wrapper.patch b/debian/patches/005_nxagent_add-nxagent-wrapper.patch
index a2a9f928b..2d0123bcc 100644
--- a/debian/patches/005_nxagent_add-nxagent-wrapper.patch
+++ b/debian/patches/005_nxagent_add-nxagent-wrapper.patch
@@ -4,7 +4,7 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
-+LD_LIBRARY_PATH=/usr/lib/nx
++LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
+
+export NX_LIBS
+export LD_LIBRARY_PATH