Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92920 | Differences between
and this patch

Collapse All | Expand All

(-)gnome2.eclass.old (-5 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/eclass/gnome2.eclass,v 1.48 2005/06/05 16:33:18 foser Exp $
3
# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.48 2005/06/05 16:33:18 foser Exp $
4
#
4
#
5
# Authors:
5
# Authors:
6
# Bruce A. Locke <blocke@shivan.org>
6
# Bruce A. Locke <blocke@shivan.org>
Lines 49-65 Link Here
49
	dodir /var/lib/scrollkeeper
49
	dodir /var/lib/scrollkeeper
50
50
51
	# we must delay gconf schema installation due to sandbox
51
	# we must delay gconf schema installation due to sandbox
52
	export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1"
53
52
54
	if [ -z "${USE_DESTDIR}" -o "${USE_DESTDIR}" = "0" ]; then
53
	if [ "${FEATURES/sandbox/}" != "${FEATURES}" ]; then
55
		einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@"
54
		einstall "scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/" "$@"
56
	else
55
	else
57
		make DESTDIR=${D} \
56
		make DESTDIR=${D} \
58
		   	"$@" install
57
		   	"$@" install
59
	fi
58
	fi
60
59
61
	unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
62
63
	# manual document installation
60
	# manual document installation
64
	[ -n "${DOCS}" ] && dodoc ${DOCS}
61
	[ -n "${DOCS}" ] && dodoc ${DOCS}
65
62

Return to bug 92920