summaryrefslogtreecommitdiff
path: root/atk-zip.sh.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-09-18 21:42:56 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-09-18 21:42:56 +0000
commit783d3414bef2be7c92c0006d8a5c861d49a02414 (patch)
treef312570d7409e4c732939c5a3fe1336a54717c4b /atk-zip.sh.in
parentd9ffa642cd390a718ce08d6ea0f88aeb3527793c (diff)
downloadatk-783d3414bef2be7c92c0006d8a5c861d49a02414.tar.gz
Message catalogs are in share/locale, not lib/locale.
2008-09-19 Tor Lillqvist <tml@novell.com> * atk-zip.sh.in: Message catalogs are in share/locale, not lib/locale. svn path=/trunk/; revision=1279
Diffstat (limited to 'atk-zip.sh.in')
-rwxr-xr-xatk-zip.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk-zip.sh.in b/atk-zip.sh.in
index 9bef6c8..967f61d 100755
--- a/atk-zip.sh.in
+++ b/atk-zip.sh.in
@@ -15,7 +15,7 @@ zip $ZIP -@ <<EOF
$DLLDIR/libatk-@ATK_API_VERSION@-@LT_CURRENT_MINUS_AGE@.dll
EOF
-zip $ZIP lib/locale/*/LC_MESSAGES/atk10.mo
+zip $ZIP share/locale/*/LC_MESSAGES/atk10.mo
rm $DEVZIP
zip -r $DEVZIP -@ <<EOF