diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2012-02-15 08:09:41 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-15 08:09:51 +0100 |
commit | 3deee8f94983ea6c072663c1197d311fc1ddaf6c (patch) | |
tree | 8894ebf4fd45c4ffe8108808786285ae73e0be28 /debian/patches/032_no-x11r6.full.patch | |
parent | 9282c00e2aaa02404809fe317308ccbb4da3b0e8 (diff) | |
download | nx-libs-3deee8f94983ea6c072663c1197d311fc1ddaf6c.tar.gz nx-libs-3deee8f94983ea6c072663c1197d311fc1ddaf6c.tar.bz2 nx-libs-3deee8f94983ea6c072663c1197d311fc1ddaf6c.zip |
Add patch 032_nx-X11_no-x11r6-project-root. We must not overlap with any existing files, therefore, both /usr/X11R6 and /usr are excluded possibilities for ProjectRoot. Use %_libexecdir/somename, since that is still allowed by FHS.
Diffstat (limited to 'debian/patches/032_no-x11r6.full.patch')
-rw-r--r-- | debian/patches/032_no-x11r6.full.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/032_no-x11r6.full.patch b/debian/patches/032_no-x11r6.full.patch new file mode 100644 index 000000000..97ce88c51 --- /dev/null +++ b/debian/patches/032_no-x11r6.full.patch @@ -0,0 +1,24 @@ +Description: No X11R6 Project Root + We must not overlap with any existing files, therefore, both + /usr/X11R6 and /usr are excluded possibilities for ProjectRoot. + Use %_libexecdir/somename, since that is still allowed by FHS. +Forward: pending +Author: Jan Engelhardt <jengelh@medozas.de> +Last-Update: 2012-01-27 01:35:49.164415307 +0100 +--- + nx-X11/config/cf/site.def | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: nx-X11/config/cf/site.def +=================================================================== +--- 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 + #ifdef AfterVendorCF + + #ifndef ProjectRoot +-#define ProjectRoot /usr/X11R6 ++#define ProjectRoot /usr/lib/NX3 + #endif + + /* |