summaryrefslogtreecommitdiff
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
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
-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