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