diff options
Diffstat (limited to 'debian/patches/0016_nx-X11_install-location.debian.patch')
-rw-r--r-- | debian/patches/0016_nx-X11_install-location.debian.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/0016_nx-X11_install-location.debian.patch b/debian/patches/0016_nx-X11_install-location.debian.patch deleted file mode 100644 index aa4d359fd..000000000 --- a/debian/patches/0016_nx-X11_install-location.debian.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: FHS adaptation for Debian packaging - On Debian, NX libraries and binaries are installed to - /usr/lib/nx. -Forwarded: not-needed -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -Last-Update: 2012-12-31 ---- a/nx-X11/config/cf/Imake.tmpl -+++ b/nx-X11/config/cf/Imake.tmpl -@@ -832,7 +832,7 @@ TCLIBDIR = TclLibDir - #define AlternateUsrLibDir YES - #endif - #else --#define UsrLibDir Concat4(/usr/local,/,LibDirName,/nx) -+#define UsrLibDir Concat4(/usr,/,LibDirName,/nx) - #ifndef AlternateUsrLibDir - #define AlternateUsrLibDir NO - #endif |