# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.74 2006/10/31 16:11:09 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.75 2006/10/31 17:08:44 allanonjl Exp $
# GNOME 2 ECLASS
inherit libtool gnome.org debug fdo-mime eutils
local contents="${ROOT}/var/db/pkg/*/${PN}-${PVR}/CONTENTS"
- for F in $(grep "^obj /etc/gconf/schemas/.\+\.schemas" ${contents} | gawk '{print $2}' ); do
+ for F in $(grep "^obj /etc/gconf/schemas/.\+\.schemas\b" ${contents} | gawk '{print $2}' ); do
if [[ -e "${F}" ]]; then
# echo "DEBUG::gconf install ${F}"
${GCONFTOOL_BIN} --makefile-install-rule ${F} 1>/dev/null