diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:57:38 +0000 |
commit | c2ff7cd25002d14a131511ba640f1daa80f4091a (patch) | |
tree | f4065e171c063bc2ab678b9be056a7f428f0f0c8 /x11-themes/conectiva-crystal | |
parent | modernised (diff) | |
download | gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.gz gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.tar.bz2 gentoo-2-c2ff7cd25002d14a131511ba640f1daa80f4091a.zip |
modernised
Diffstat (limited to 'x11-themes/conectiva-crystal')
-rw-r--r-- | x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild index 2a7bc085aa32..f3decebd9f6d 100644 --- a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild +++ b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild,v 1.5 2002/08/02 17:53:24 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild,v 1.6 2002/08/02 17:54:10 seemant Exp $ S="${WORKDIR}/Crystal" DESCRIPTION="Conectiva Crystal - Icon theme" @@ -11,7 +11,6 @@ SLOT="0" LICENSE="as-is" DEPEND="" -RDEPEND=$DEPEND src_compile() { @@ -22,13 +21,12 @@ src_install(){ cd ${S} if [ -d ${KDE2DIR} ] ; then - mkdir -p ${D}/${KDE2DIR}/share/icons/ - cp -rf ${S} ${D}/${KDE2DIR}/share/icons/Crystal + mkdir -p ${D}/${KDE2DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE2DIR}/share/icons/Crystal fi if [ -d ${KDE3DIR} ] ; then - mkdir -p ${D}/${KDE3DIR}/share/icons/ - cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal + mkdir -p ${D}/${KDE3DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal fi - } |