94fd7f
diff -up openmotif-2.3.3/configure.ac.bindings openmotif-2.3.3/configure.ac
94fd7f
--- openmotif-2.3.3/configure.ac.bindings	2009-10-27 17:10:23.000000000 +0100
94fd7f
+++ openmotif-2.3.3/configure.ac	2010-03-19 11:12:39.000000000 +0100
94fd7f
@@ -185,7 +185,7 @@ AC_SUBST(MWMRCDIR)
94fd7f
 INCDIR="${includedir}/X11"
94fd7f
 AC_SUBST(INCDIR)
94fd7f
 
94fd7f
-XMBINDDIR_FALLBACK="${libdir}/X11/bindings"
94fd7f
+XMBINDDIR_FALLBACK="${datadir}/X11/bindings"
94fd7f
 AC_SUBST(XMBINDDIR_FALLBACK)
94fd7f
 
94fd7f
 RM="rm -f"
94fd7f
diff -up openmotif-2.3.3/doc/man/man3/VirtualBindings.3.bindings openmotif-2.3.3/doc/man/man3/VirtualBindings.3
94fd7f
--- openmotif-2.3.3/doc/man/man3/VirtualBindings.3.bindings	2005-07-20 13:47:21.000000000 +0200
94fd7f
+++ openmotif-2.3.3/doc/man/man3/VirtualBindings.3	2010-03-19 11:11:42.000000000 +0100
94fd7f
@@ -90,7 +90,7 @@ bindings contained in that file\&.
94fd7f
 If it has found no bindings, Motif next looks for the file
94fd7f
 \fBxmbind\&.alias\fP in the directory specified by the environment
94fd7f
 variable \fBXMBINDDIR\fP, if \fBXMBINDDIR\fP is set, or in the directory
94fd7f
-\fB/usr/lib/Xm/bindings\fP if \fBXMBINDDIR\fP is not set\&.
94fd7f
+\fB/usr/share/X11/bindings\fP if \fBXMBINDDIR\fP is not set\&.
94fd7f
 If this file exists Motif searches it for a pathname associated with the
94fd7f
 vendor string or with the vendor string and vendor release\&.
94fd7f
 If it finds such a pathname and if that file exists, Motif loads the
94fd7f
diff -up openmotif-2.3.3/lib/Xm/XmosP.h.bindings openmotif-2.3.3/lib/Xm/XmosP.h
94fd7f
--- openmotif-2.3.3/lib/Xm/XmosP.h.bindings	2002-06-17 22:36:30.000000000 +0200
94fd7f
+++ openmotif-2.3.3/lib/Xm/XmosP.h	2010-03-19 11:11:42.000000000 +0100
94fd7f
@@ -188,7 +188,7 @@ extern "C" {
94fd7f
 
94fd7f
 #define XMBINDDIR "XMBINDDIR"
94fd7f
 #ifndef XMBINDDIR_FALLBACK
94fd7f
-#define XMBINDDIR_FALLBACK "/usr/lib/Xm/bindings"
94fd7f
+#define XMBINDDIR_FALLBACK "/usr/share/X11/bindings"
94fd7f
 #endif
94fd7f
 #define XMBINDFILE "xmbind.alias"
94fd7f
 #define MOTIFBIND ".motifbind"