Comment 3 for bug 572384

Revision history for this message
Jens Beyer (qcumber-some) wrote :

Actually the patch won't help, as WL_INSTALL_LOCALEDIR must in fact be different from WLBUILD_INSTALL_LOCALEDIR.

WL_INSTALL_LOCALEDIR is the directory where the executable will find the locales once installed.
WLBUILD_INSTALL_LOCALEDIR is the directory where 'make install' does the installation. This is different for example on Gentoo Linux.

But I see/realize the problem arising from the code line in question. I'll have a deeper look into that.