diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-09 15:12:11 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-09 15:14:39 +0100 |
commit | 9b72eeaa21ada21b117433b05c745b656b42963a (patch) | |
tree | 433ace3b0d8542afb5b7faa711f1b7c6a0e7393b /nx-X11/config/cf/site.def | |
parent | 519bcac93c8d8125de8b73641af3ee7388659984 (diff) | |
download | nx-libs-9b72eeaa21ada21b117433b05c745b656b42963a.tar.gz nx-libs-9b72eeaa21ada21b117433b05c745b656b42963a.tar.bz2 nx-libs-9b72eeaa21ada21b117433b05c745b656b42963a.zip |
FHS adaptation for Debian packaging (016_nx-X11_install-location.full.patch).
From tarball, NX libraries and binaries are installed to
/usr/local/lib/nx.
.
FIXME: The paths in this patch get superceded by current build
logic in nx-libs.spec and debian/rules. This should be
merged into the NX build logic finally.
Diffstat (limited to 'nx-X11/config/cf/site.def')
-rw-r--r-- | nx-X11/config/cf/site.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/config/cf/site.def b/nx-X11/config/cf/site.def index c242f0ef9..071116f3f 100644 --- a/nx-X11/config/cf/site.def +++ b/nx-X11/config/cf/site.def @@ -72,7 +72,7 @@ XCOMM site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Ex #ifdef AfterVendorCF #ifndef ProjectRoot -#define ProjectRoot /usr/local/lib/nx +#define ProjectRoot /usr/local #endif /* @@ -87,7 +87,7 @@ XCOMM site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Ex * ProjectRoot rather than in /etc/X11. See also HasVarDirectory, * UseEtcX11 and UseSeparateConfDir. * -#define EtcX11Directory ProjectRoot/etc +#define EtcX11Directory /etc/nx */ |