diff options
author | 2011-01-20 23:50:49 +0000 | |
---|---|---|
committer | 2011-01-20 23:50:49 +0000 | |
commit | f83f998ca50dbeaacb1a8278dc43329a9e310ce7 (patch) | |
tree | 718da55bcb0f95356bf682b6faad103cd8400b6c /eclass | |
parent | Fix ROOT vs. EROOT confusion (diff) | |
download | gentoo-2-f83f998ca50dbeaacb1a8278dc43329a9e310ce7.tar.gz gentoo-2-f83f998ca50dbeaacb1a8278dc43329a9e310ce7.tar.bz2 gentoo-2-f83f998ca50dbeaacb1a8278dc43329a9e310ce7.zip |
more ROOT vs. EROOT confusion
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 7147891d5d3a..85eaeac6e474 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -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 2011/01/20 23:49:37 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.20 2011/01/20 23:50:49 abcd Exp $ # # gnome2-utils.eclass @@ -160,7 +160,7 @@ gnome2_icon_cache_update() { for dir in ${GNOME2_ECLASS_ICONS} do - if [[ -f "${ROOT}${dir}/index.theme" ]] ; then + if [[ -f "${EROOT}${dir}/index.theme" ]] ; then local rv=0 "${updater}" -qf "${EROOT}${dir}" |