tools: use the right locale directory
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 19 Mar 2013 16:53:36 +0000 (16:53 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 20 Mar 2013 11:48:25 +0000 (11:48 +0000)
commitcc0f932aa3ee373b604741b7b7fc23db1280f7c6
tree77a3c3e6e277b15b2ce9ea76ab6dfb1f72dee8ad
parent9bcb7f7852009c2dca2475d7fec10d5be5e40bc3
tools: use the right locale directory

I happened to notice that they're misusing $(pkgdatadir) - $(pkgdatadir)
is $(datadir)/$(PACKAGE), i.e. typically /usr/share/folks, but
localization is installed to $(localedir), typically /usr/share/locale.

This resulted in the tools looking in /opt/gnome-3.8/share/folks/locale
in my installation, instead of the correct /opt/gnome-3.8/share/locale.
tools/Makefile.am
tools/inspect/Makefile.am