From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pg4HK-00079V-Q7 for garchives@archives.gentoo.org; Thu, 20 Jan 2011 23:50:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828B6E0B10; Thu, 20 Jan 2011 23:50:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 557F6E0B10 for ; Thu, 20 Jan 2011 23:50:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0C491B4057 for ; Thu, 20 Jan 2011 23:50:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2253) id 6370020054; Thu, 20 Jan 2011 23:50:49 +0000 (UTC) From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnome2-utils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: gnome2-utils.eclass X-VCS-Directories: eclass X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: <20110120235049.6370020054@flycatcher.gentoo.org> Date: Thu, 20 Jan 2011 23:50:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1e0b799101ae64395ee1d5ee1f04b88e abcd 11/01/20 23:50:49 Modified: gnome2-utils.eclass Log: more ROOT vs. EROOT confusion Revision Changes Path 1.20 eclass/gnome2-utils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome2-util= s.eclass?rev=3D1.20&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome2-util= s.eclass?rev=3D1.20&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnome2-util= s.eclass?r1=3D1.19&r2=3D1.20 Index: gnome2-utils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gnome2-utils.eclass 20 Jan 2011 23:49:37 -0000 1.19 +++ gnome2-utils.eclass 20 Jan 2011 23:50:49 -0000 1.20 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.19 201= 1/01/20 23:49:37 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.20 201= 1/01/20 23:50:49 abcd Exp $ =20 # # gnome2-utils.eclass @@ -160,7 +160,7 @@ =20 for dir in ${GNOME2_ECLASS_ICONS} do - if [[ -f "${ROOT}${dir}/index.theme" ]] ; then + if [[ -f "${EROOT}${dir}/index.theme" ]] ; then local rv=3D0 =20 "${updater}" -qf "${EROOT}${dir}"