Gentoo Archives: gentoo-commits

From: "Bo Oersted Andresen (zlin)" <zlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde4-functions.eclass
Date: Sun, 03 Feb 2008 15:03:07
Message-Id: E1JLgN5-00058J-G7@stork.gentoo.org
1 zlin 08/02/03 15:03:03
2
3 Modified: kde4-functions.eclass
4 Log:
5 Make /usr/share/kde4 world readable. Thanks to Jan Kundrát (jkt|) for reporting this.
6
7 Revision Changes Path
8 1.2 eclass/kde4-functions.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-functions.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-functions.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/kde4-functions.eclass?r1=1.1&r2=1.2
13
14 Index: kde4-functions.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- kde4-functions.eclass 16 Jan 2008 22:47:45 -0000 1.1
21 +++ kde4-functions.eclass 3 Feb 2008 15:03:02 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.1 2008/01/16 22:47:45 ingmar Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.2 2008/02/03 15:03:02 zlin Exp $
27
28 # @ECLASS: kde4-functions.eclass
29 # @MAINTAINER:
30 @@ -382,6 +382,10 @@
31 kill ${DBUS_SESSION_BUS_PID}
32 eend $?
33 unset DBUS_SESSION_BUS_ADDRES DBUS_SESSION_BUS_PID
34 +
35 + # For some reason this directory gets created with noone other than root
36 + # being able to read it. Hence we chmod it.
37 + chmod -R 0755 "${ROOT}"/usr/share/kde4
38 fi
39 }
40
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list