summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBo Ørsted Andresen <zlin@gentoo.org>2008-02-03 15:03:02 +0000
committerBo Ørsted Andresen <zlin@gentoo.org>2008-02-03 15:03:02 +0000
commit9a5b5e5099288b09f1ea7b4f5bff4c3d6bb32674 (patch)
tree059c76e65392943d773b4b1685a82acfb6bc932a /eclass
parentdigest fixed (diff)
downloadgentoo-2-9a5b5e5099288b09f1ea7b4f5bff4c3d6bb32674.tar.gz
gentoo-2-9a5b5e5099288b09f1ea7b4f5bff4c3d6bb32674.tar.bz2
gentoo-2-9a5b5e5099288b09f1ea7b4f5bff4c3d6bb32674.zip
Make /usr/share/kde4 world readable. Thanks to Jan Kundrát (jkt|) for reporting this.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-functions.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index e63cbe5ece5d..76ebb123cb83 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.1 2008/01/16 22:47:45 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.2 2008/02/03 15:03:02 zlin Exp $
# @ECLASS: kde4-functions.eclass
# @MAINTAINER:
@@ -382,6 +382,10 @@ buildsycoca() {
kill ${DBUS_SESSION_BUS_PID}
eend $?
unset DBUS_SESSION_BUS_ADDRES DBUS_SESSION_BUS_PID
+
+ # For some reason this directory gets created with noone other than root
+ # being able to read it. Hence we chmod it.
+ chmod -R 0755 "${ROOT}"/usr/share/kde4
fi
}