diff -r 122d3e1bfc3d -r d428083dbbdd open-src/app/xhost/xhost.patch --- a/open-src/app/xhost/xhost.patch Wed Dec 02 21:38:00 2009 -0800 +++ b/open-src/app/xhost/xhost.patch Sat Dec 05 22:13:03 2009 -0800 @@ -23,7 +23,7 @@ + + /* mainly for debugging */ + if((domaindir=getenv("TEXTDOMAINDIR")) == NULL) { -+ domaindir = "/usr/X11/share/locale"; /*XLOCALEDIR;*/ ++ domaindir = "/usr/share/locale"; /*XLOCALEDIR;*/ + } + bindtextdomain("xhost",domaindir); +