diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-04 19:02:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-02-09 23:39:36 +0000 |
commit | a474b9f931a2e22ce5d6255f1179c3b0cd00dd85 (patch) | |
tree | d48308ef3d2eb273b93fa261ac9f8b9bea99b12f | |
parent | ba620a054a7a9dfebc040a4f3cbf27c9e9ffe4b0 (diff) | |
download | nx-libs-a474b9f931a2e22ce5d6255f1179c3b0cd00dd85.tar.gz nx-libs-a474b9f931a2e22ce5d6255f1179c3b0cd00dd85.tar.bz2 nx-libs-a474b9f931a2e22ce5d6255f1179c3b0cd00dd85.zip |
debian/patches: Update 016_nx-X11_install-location.debian.patch. Adapt path to recent upstream changes.
-rw-r--r-- | debian/patches/016_nx-X11_install-location.debian.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/016_nx-X11_install-location.debian.patch b/debian/patches/016_nx-X11_install-location.debian.patch index ee5bb66cf..d8a63a6c0 100644 --- a/debian/patches/016_nx-X11_install-location.debian.patch +++ b/debian/patches/016_nx-X11_install-location.debian.patch @@ -6,16 +6,16 @@ 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 -@@ -749,7 +749,7 @@ +@@ -730,7 +730,7 @@ #define AlternateUsrLibDir YES #endif #else --#define UsrLibDir Concat4(/usr/local,/,LibDirName,/nx) -+#define UsrLibDir Concat4(/usr,/,LibDirName,/nx) +-#define UsrLibDir Concat4(/usr/local,/,LibDirName,/nx/X11) ++#define UsrLibDir Concat4(/usr,/,LibDirName,/nx/X11) #ifndef AlternateUsrLibDir #define AlternateUsrLibDir NO #endif -@@ -767,7 +767,7 @@ +@@ -748,7 +748,7 @@ #define AlternateUsrDataDir YES #endif #else @@ -26,7 +26,7 @@ Last-Update: 2012-12-31 #endif --- a/nx-X11/config/cf/site.def +++ b/nx-X11/config/cf/site.def -@@ -72,7 +72,7 @@ +@@ -69,7 +69,7 @@ #ifdef AfterVendorCF #ifndef ProjectRoot |