diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-11-21 13:28:17 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-05 18:22:24 +0100 |
commit | ca43087812afa2817ddc086591b60d593aacc954 (patch) | |
tree | a7f6066cd1d67974392e493db97313b87c973fa4 /nx-X11/config | |
parent | 05cf54af3de6f3e32e08d7bc32e10d58221a068b (diff) | |
download | nx-libs-ca43087812afa2817ddc086591b60d593aacc954.tar.gz nx-libs-ca43087812afa2817ddc086591b60d593aacc954.tar.bz2 nx-libs-ca43087812afa2817ddc086591b60d593aacc954.zip |
Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and nxagent to BINDIR.
Fixes ArcticaProject/nx-libs#546.
Diffstat (limited to 'nx-X11/config')
-rw-r--r-- | nx-X11/config/cf/X11.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/config/cf/X11.tmpl b/nx-X11/config/cf/X11.tmpl index ddd6e0bad..9b3e0e8b3 100644 --- a/nx-X11/config/cf/X11.tmpl +++ b/nx-X11/config/cf/X11.tmpl @@ -769,7 +769,7 @@ FCHOWN_DEFINES = -DHAS_FCHOWN #ifndef BinDir #ifdef ProjectRoot -#define BinDir Concat(ProjectRoot,/lib/nx/bin) +#define BinDir Concat(ProjectRoot,/bin) #else #define BinDir /usr/bin/X11 #endif |