summaryrefslogtreecommitdiff
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
commit889fd1144aae0ad2a4ae24dd4e01c06ebec87be2 (patch)
treecc5088f5f239f776258ca73a4c95bbad638490ff /eclass/kde4-functions.eclass
parentdigest fixed (diff)
downloadhistorical-889fd1144aae0ad2a4ae24dd4e01c06ebec87be2.tar.gz
historical-889fd1144aae0ad2a4ae24dd4e01c06ebec87be2.tar.bz2
historical-889fd1144aae0ad2a4ae24dd4e01c06ebec87be2.zip
Make /usr/share/kde4 world readable. Thanks to Jan Kundrát (jkt|) for reporting this.
Diffstat (limited to 'eclass/kde4-functions.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
}