diff options
Diffstat (limited to 'debian/patches/011_nxauth_add-nxauth-wrapper.patch')
-rw-r--r-- | debian/patches/011_nxauth_add-nxauth-wrapper.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/011_nxauth_add-nxauth-wrapper.patch b/debian/patches/011_nxauth_add-nxauth-wrapper.patch new file mode 100644 index 000000000..231acc6f3 --- /dev/null +++ b/debian/patches/011_nxauth_add-nxauth-wrapper.patch @@ -0,0 +1,13 @@ +--- /dev/null ++++ b/bin/nxauth +@@ -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/nxauth "$@" +\ No newline at end of file |