From a84dd07bbe38bc4d8ed12b84c64930c8c2b6227d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 20 Nov 2011 15:40:39 +0100 Subject: rename 005_add-nxagent-wrapper.patch --- debian/patches/005_add-nxagent-wrapper.patch | 12 ++++++++++++ debian/patches/005_add_nxagent_wrapper.patch | 12 ------------ debian/patches/series | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 debian/patches/005_add-nxagent-wrapper.patch delete mode 100644 debian/patches/005_add_nxagent_wrapper.patch (limited to 'debian/patches') 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/005_add_nxagent_wrapper.patch b/debian/patches/005_add_nxagent_wrapper.patch deleted file mode 100644 index a2a9f928b..000000000 --- a/debian/patches/005_add_nxagent_wrapper.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- /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 4cf8420de..a2f96dac7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,7 +2,7 @@ 002_nxcompshad-build-against-nx-x11-only.patch 003_nxcompshad-gcc43.patch 004_nx-x11-fix-nxcompshad-build.patch -005_add_nxagent_wrapper.patch +005_add-nxagent-wrapper.patch 006_remove-configure-files.patch 007_nxcompshad-clean-gch-files.patch 008_add-nx-proxy-wrapper.patch -- cgit v1.2.3