summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d891fbcb16..a8e2d6a35c 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -285,7 +285,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"
- GTKLOCALEROOT=GTKSTACK_ROOT/share/locale
+ GTKLOCALEROOT=$GTKSTACK_ROOT/share/locale
for l in $LINGUAS ; do
echo "Copying GTK i18n files for $l..."