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.
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. INSTALL_ LOCALEDIR is the directory where 'make install' does the installation. This is different for example on Gentoo Linux.
WLBUILD_
But I see/realize the problem arising from the code line in question. I'll have a deeper look into that.