[Libreoffice-commits] .: scp2/inc

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Tue Sep 13 07:42:47 PDT 2011


 scp2/inc/macros.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3e26c911ad1813418fe4a83ad03c4643d6ab42b3
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Tue Sep 13 16:42:45 2011 +0200

    Use saner permission on files.
    
    Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>

diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 2c20cb0..8b96b88 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -92,10 +92,10 @@
 #endif
 
 #define BIN_FILE_BODY \
-        UnixRights   = 555
+        UnixRights   = 755
 
 #define TXT_FILE_BODY \
-        UnixRights   = 444
+        UnixRights   = 644
 
 #define USER_FILE_BODY \
         UnixRights   = 644


More information about the Libreoffice-commits mailing list