fixed xlations mode on install
authorRicardo Mones <ricardo@mones.org>
Fri, 17 Oct 2008 01:58:44 +0000 (01:58 +0000)
committerRicardo Mones <ricardo@mones.org>
Fri, 17 Oct 2008 01:58:44 +0000 (01:58 +0000)
ChangeLog
VERSION
po/Makefile

index 024cbf8c18b3ad1450231939eb582cdb23874281..e3bd8782420e4c1048c130df53bc021b4851ef89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-17 03:57  mones   0.5.0svn198
+
+       * po/Makefile
+               Fixed install mode for translations
+
 2008-07-22 10:17  mones   0.5.0svn147
 
        * clawsker
 2008-07-22 10:17  mones   0.5.0svn147
 
        * clawsker
diff --git a/VERSION b/VERSION
index 82bd1e7032858eebcf30a8a09c2f4c4b2ad7f9cd..390a7339973e5081a49155edbcf4878b0813dfdf 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.0svn147
+0.5.0svn198
index b7bed953cc32b3a89be43a57b4bf6f37a7a9d180..db6a8562af8b0fd837185c6b77ec5e4c04fdf5bd 100644 (file)
@@ -28,7 +28,7 @@ build:
 
 install: all install-dirs
        for po in ${LINGUAS}; \
 
 install: all install-dirs
        for po in ${LINGUAS}; \
-       do install -m 0755 $${po}.mo ${DESTDIR}${LOCALEDIR}/$${po}/LC_MESSAGES/${NAME}.mo; \
+       do install -m 0644 $${po}.mo ${DESTDIR}${LOCALEDIR}/$${po}/LC_MESSAGES/${NAME}.mo; \
        done
 
 install-dirs:
        done
 
 install-dirs: