summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:51:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 23:51:43 +0000
commitf0f37e1f827776750aa16a00e1c57a42ddd9cdcb (patch)
treebd10a3d7d46d9616fc8840c1b4af2187ac61eb2d /gnome-base/gconf/gconf-2.2.0.ebuild
parentnew FHS-compliant dhcpcd with a -z "quit but save cache option" which is very... (diff)
downloadhistorical-f0f37e1f827776750aa16a00e1c57a42ddd9cdcb.tar.gz
historical-f0f37e1f827776750aa16a00e1c57a42ddd9cdcb.tar.bz2
historical-f0f37e1f827776750aa16a00e1c57a42ddd9cdcb.zip
repoman: trim trailing whitespace
Diffstat (limited to 'gnome-base/gconf/gconf-2.2.0.ebuild')
-rw-r--r--gnome-base/gconf/gconf-2.2.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnome-base/gconf/gconf-2.2.0.ebuild b/gnome-base/gconf/gconf-2.2.0.ebuild
index df410852c819..948ef40ac440 100644
--- a/gnome-base/gconf/gconf-2.2.0.ebuild
+++ b/gnome-base/gconf/gconf-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.13 2003/07/19 23:22:43 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.2.0.ebuild,v 1.14 2003/09/06 23:51:37 msterret Exp $
IUSE="doc"
@@ -32,8 +32,8 @@ MAKEOPTS="-j1"
src_install() {
- gnome2_src_install
-
+ gnome2_src_install
+
# hack hack
dodir /etc/gconf/gconf.xml.mandatory
dodir /etc/gconf/gconf.xml.defaults
@@ -46,7 +46,7 @@ kill_gconf () {
# this function will kill all running gconfd that could be causing troubles
if [ -x /usr/bin/gconftool ]
then
- /usr/bin/gconftool --shutdown
+ /usr/bin/gconftool --shutdown
fi
if [ -x /usr/bin/gconftool-1 ]
then
@@ -66,7 +66,7 @@ pkg_setup () {
}
pkg_preinst () {
- kill_gconf
+ kill_gconf
dodir /etc/env.d
echo 'CONFIG_PROTECT_MASK="/etc/gconf"' >${D}/etc/env.d/50gconf
@@ -83,7 +83,7 @@ pkg_postinst () {
find /etc/gconf/ -type d -exec chmod ugo+rx "{}" \;
einfo "changing permissions for gconf files"
find /etc/gconf/ -type f -exec chmod ugo+r "{}" \;
-
+
}
DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"