aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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