diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:53:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:53:24 +0000 |
commit | 5e7e85699d608ff8a65662bbc4a17bf45dd7f1df (patch) | |
tree | 49ada8cdc4608edb17bc7fa202ea4de98c170729 /x11-themes | |
parent | modernised (diff) | |
download | historical-5e7e85699d608ff8a65662bbc4a17bf45dd7f1df.tar.gz historical-5e7e85699d608ff8a65662bbc4a17bf45dd7f1df.tar.bz2 historical-5e7e85699d608ff8a65662bbc4a17bf45dd7f1df.zip |
modernised
Diffstat (limited to 'x11-themes')
-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 } |