diff options
Diffstat (limited to 'debian/patches/011_nxauth_add-nxauth-wrapper.patch')
-rw-r--r-- | debian/patches/011_nxauth_add-nxauth-wrapper.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/011_nxauth_add-nxauth-wrapper.patch b/debian/patches/011_nxauth_add-nxauth-wrapper.patch index 231acc6f3..1a731b6a5 100644 --- a/debian/patches/011_nxauth_add-nxauth-wrapper.patch +++ b/debian/patches/011_nxauth_add-nxauth-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 |