Commit f50904e7 authored by dimbor's avatar dimbor

On Debian, NX libraries and binaries are installed to /usr/lib/nx

parent 949b91c6
...@@ -728,7 +728,7 @@ TCLIBDIR = TclLibDir ...@@ -728,7 +728,7 @@ TCLIBDIR = TclLibDir
#define AlternateUsrLibDir YES #define AlternateUsrLibDir YES
#endif #endif
#else #else
#define UsrLibDir Concat4(/usr/local,/,LibDirName,/nx/X11) #define UsrLibDir Concat4(/usr,/,LibDirName,/nx/X11)
#ifndef AlternateUsrLibDir #ifndef AlternateUsrLibDir
#define AlternateUsrLibDir NO #define AlternateUsrLibDir NO
#endif #endif
...@@ -746,7 +746,7 @@ TCLIBDIR = TclLibDir ...@@ -746,7 +746,7 @@ TCLIBDIR = TclLibDir
#define AlternateUsrDataDir YES #define AlternateUsrDataDir YES
#endif #endif
#else #else
#define UsrDataDir Concat4(/usr/local,/,share,/nx) #define UsrDataDir Concat4(/usr,/,share,/nx)
#ifndef AlternateUsrDataDir #ifndef AlternateUsrDataDir
#define AlternateUsrDataDir NO #define AlternateUsrDataDir NO
#endif #endif
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#ifdef AfterVendorCF #ifdef AfterVendorCF
#ifndef ProjectRoot #ifndef ProjectRoot
#define ProjectRoot /usr/local #define ProjectRoot /usr
#endif #endif
/* /*
......
...@@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group. ...@@ -84,7 +84,7 @@ in this Software without prior written authorization from The Open Group.
#ifdef NXAGENT_SERVER #ifdef NXAGENT_SERVER
#define NX_ALTERNATIVEPOLICYFILE "/usr/local/share/nx/SecurityPolicy" #define NX_ALTERNATIVEPOLICYFILE "/usr/share/nx/SecurityPolicy"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment