summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-24 15:20:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-24 15:20:01 +0000
commit2f7d51344c0772cc01c0f995cf6d625f42be91b2 (patch)
tree8d6ca87467fde6759905b0fe236a4c56c5f763de /tools
parent7ae98e92ed47fe1f32da8a684937d92937b16552 (diff)
look for GTK message catalogs in the right place
git-svn-id: svn://localhost/ardour2/branches/3.0@13990 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 5b1434f7bc..194a056b60 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -275,7 +275,7 @@ if test x$WITH_NLS != x ; then
done
GTK_MESSAGES="atk10.mo gdk-pixbuf.mo gtk20-properties.mo gtk20.mo atk10.mo glib20.mo"
- LOCALEROOT=/usr/share/locale
+ LOCALEROOT=$GTKSTACK_ROOT/share/locale
for l in $LINGUAS ; do
echo "Copying GTK i18n files for $l..."