aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-06 14:48:04 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-06 14:48:04 +0100
commitaa166550657f3a928f5d7a8babc0956b69f4a587 (patch)
tree583c592c52fe5e93303eddd4608c35eae956b4f4
parent37c5f0ee8978bb65bfc487a8b1a2f476a5aabc3c (diff)
downloadnx-libs-aa166550657f3a928f5d7a8babc0956b69f4a587.tar.gz
nx-libs-aa166550657f3a928f5d7a8babc0956b69f4a587.tar.bz2
nx-libs-aa166550657f3a928f5d7a8babc0956b69f4a587.zip
fix for patch 016_nx-x11-install.patch (2)
-rw-r--r--debian/patches/016_nx-x11-install.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/016_nx-x11-install.patch b/debian/patches/016_nx-x11-install.patch
index 7013800ec..fecde7648 100644
--- a/debian/patches/016_nx-x11-install.patch
+++ b/debian/patches/016_nx-x11-install.patch
@@ -5,7 +5,7 @@
#ifndef UsrLibDir
#ifdef ProjectRoot
-#define UsrLibDir Concat3(ProjectRoot,/,LibDirName)
-+#define UsrLibDir Concat5(ProjectRoot,/,LibDirName,/,nx)
++#define UsrLibDir Concat4(ProjectRoot,/,LibDirName,/nx)
#ifndef AlternateUsrLibDir
#define AlternateUsrLibDir YES
#endif