diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-12 18:37:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-12 18:37:59 +0000 |
commit | 9b3b9689bfcb986034c4bada18e5f89b4f4e1644 (patch) | |
tree | b26524810c043fcd01fe7781c83a737778632e03 /x11-misc/entrance | |
parent | Stable on sparc. (diff) | |
download | historical-9b3b9689bfcb986034c4bada18e5f89b4f4e1644.tar.gz historical-9b3b9689bfcb986034c4bada18e5f89b4f4e1644.tar.bz2 historical-9b3b9689bfcb986034c4bada18e5f89b4f4e1644.zip |
change Default -> default
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.20040410.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/entrance/entrance-0.9.0.20040410.ebuild b/x11-misc/entrance/entrance-0.9.0.20040410.ebuild index 79f248cd7465..beaa9d94aa28 100644 --- a/x11-misc/entrance/entrance-0.9.0.20040410.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.20040410.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040410.ebuild,v 1.1 2004/04/11 01:47:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20040410.ebuild,v 1.2 2004/04/12 18:37:59 vapier Exp $ inherit enlightenment eutils @@ -64,7 +64,7 @@ src_install() { count=$((${count} - 1)) done count=0 - for s in Default * failsafe ; do + for s in default * failsafe ; do [ "${s}" == "Xsession" ] && continue icon="`find ${datadir} -iname ${s}.png -printf %f`" if [ -z "${icon}" ] ; then |