summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-02 17:54:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-02 17:54:10 +0000
commit264915f116bb2c6c42e975b583cec67fe7ef5fe2 (patch)
tree4ea3bf823d76407a08dfdf3409c11bad1b3d785c /x11-themes/conectiva-crystal
parentmodernised (diff)
downloadhistorical-264915f116bb2c6c42e975b583cec67fe7ef5fe2.tar.gz
historical-264915f116bb2c6c42e975b583cec67fe7ef5fe2.tar.bz2
historical-264915f116bb2c6c42e975b583cec67fe7ef5fe2.zip
modernised
Diffstat (limited to 'x11-themes/conectiva-crystal')
-rw-r--r--x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild12
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
-
}