aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/011_nxauth_add-nxauth-wrapper.patch
blob: 231acc6f36a6d8e1a9f47d62ce5fbf8fa4f837b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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