look for GTK message catalogs in the right place
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 24 Jan 2013 15:20:01 +0000 (15:20 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 24 Jan 2013 15:20:01 +0000 (15:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13990 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/linux_packaging/build

index 5b1434f7bcf79b47aaa848a797a69cfd917849bc..194a056b6097c857d251ba2f3e630da2fa29fac5 100755 (executable)
@@ -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..."