From 2f7d51344c0772cc01c0f995cf6d625f42be91b2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Jan 2013 15:20:01 +0000 Subject: [PATCH] look for GTK message catalogs in the right place git-svn-id: svn://localhost/ardour2/branches/3.0@13990 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/linux_packaging/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."