summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-18 20:12:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-18 20:12:03 +0000
commit78a3c396d9bc875abd1584dd6ade9b7819ac4476 (patch)
tree527baef8ea40010c35727f1f88c94cb8b4a75a8e /tools
parentc8103c0c50b7072ad1b28d3e369667986d7779a8 (diff)
better version of previous commit (better as in "working")
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12764 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 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..."