After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703733 - evolution installs locales in wrong dir
evolution installs locales in wrong dir
Status: RESOLVED DUPLICATE of bug 703732
Product: evolution
Classification: Applications
Component: general
3.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-07-07 11:19 UTC by Pacho Ramos
Modified: 2013-07-07 11:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2013-07-07 11:19:07 UTC
We get them installed in /usr/locale as reported downstream in:
https://bugs.gentoo.org/show_bug.cgi?id=476068

This is caused by configure.ac having this:
"localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)"

instead of letting now fixed intltool macro to set proper path (the macro was recently fixed by upstream as can be seen in https://bugs.launchpad.net/intltool/+bug/398571)

Thanks
Comment 1 Pacho Ramos 2013-07-07 11:32:18 UTC

*** This bug has been marked as a duplicate of bug 703732 ***