summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-06-04 10:10:03 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-06-04 10:10:03 +0000
commitc82f8c514a790b1622f6ce999776b39c57a9ba75 (patch)
tree7d1b41ecd90f1f27de8f726bf02fc082e1075a6b
parentsmall fix0rs (diff)
downloadhistorical-c82f8c514a790b1622f6ce999776b39c57a9ba75.tar.gz
historical-c82f8c514a790b1622f6ce999776b39c57a9ba75.tar.bz2
historical-c82f8c514a790b1622f6ce999776b39c57a9ba75.zip
-d typo fix
-rw-r--r--eclass/gnome2.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index ea7e6dc8cbb2..2ae657951303 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.9 2002/06/04 09:21:59 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.10 2002/06/04 10:10:03 blocke Exp $
# Authors:
# Bruce A. Locke <blocke@shivan.org>
@@ -51,16 +51,16 @@ gnome2_src_install() {
einstall " scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/ ${1}"
+ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
# manual document installation
if [ -n "${DOCS}" ]
then
dodoc ${DOCS}
fi
- unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
-
# only update scrollkeeper if this package needs it
- [ -a ${D}/var/lib/scrollkeeper ] && SCROLLKEEPER_UPDATE="1"
+ [ -d ${D}/var/lib/scrollkeeper ] && SCROLLKEEPER_UPDATE="1"
}