summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xatk-zip.sh.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63c9d74..9029e34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-19 Tor Lillqvist <tml@novell.com>
+
+ * atk-zip.sh.in: Message catalogs are in share/locale, not
+ lib/locale.
+
2008-09-13 Tor Lillqvist <tml@novell.com>
* atk/atkobject.c: Don't use the deprectated
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