Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-installed-files-permissions.patch
Date: Fri, 29 Jul 2011 18:57:00
Message-Id: 20110729185650.B6E422004B@flycatcher.gentoo.org
1 scarabeus 11/07/29 18:56:50
2
3 Added: libreoffice-installed-files-permissions.patch
4 Log:
5 Fix permissions of installed files to be more sane.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/libreoffice/files/libreoffice-installed-files-permissions.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-installed-files-permissions.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-installed-files-permissions.patch?rev=1.1&content-type=text/plain
14
15 Index: libreoffice-installed-files-permissions.patch
16 ===================================================================
17 --- scp2/inc/macros.inc.old 2011-05-18 17:51:47.000000000 +0200
18 +++ scp2/inc/macros.inc 2011-07-18 19:58:27.000000000 +0200
19 @@ -92,10 +92,10 @@
20 #endif
21
22 #define BIN_FILE_BODY \
23 - UnixRights = 555
24 + UnixRights = 755
25
26 #define TXT_FILE_BODY \
27 - UnixRights = 444
28 + UnixRights = 644
29
30 #define USER_FILE_BODY \
31 UnixRights = 644