diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:54:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:54:50 +0000 |
commit | fa32024b6f0693aaf7233da0515e8d39f4dcc662 (patch) | |
tree | e2d061ca61bb14e1bbcf4a9615d9734be78a657d /x11-themes/conectiva-crystal | |
parent | Repoman fixes (diff) | |
download | gentoo-2-fa32024b6f0693aaf7233da0515e8d39f4dcc662.tar.gz gentoo-2-fa32024b6f0693aaf7233da0515e8d39f4dcc662.tar.bz2 gentoo-2-fa32024b6f0693aaf7233da0515e8d39f4dcc662.zip |
modernised
Diffstat (limited to 'x11-themes/conectiva-crystal')
-rw-r--r-- | x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37.ebuild | 8 |
1 files changed, 4 insertions, 4 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 271fe3e2bd81..2a7bc085aa32 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.4 2002/07/22 12:55:05 aliz Exp $ +# $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 $ S="${WORKDIR}/Crystal" DESCRIPTION="Conectiva Crystal - Icon theme" @@ -27,8 +27,8 @@ src_install(){ fi if [ -d ${KDE3DIR} ] ; then - mkdir -p ${D}/${KDE3DIR}/share/icons/ - cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal - fi + mkdir -p ${D}/${KDE3DIR}/share/icons/ + cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal + fi } |