diff options
Diffstat (limited to 'x11-themes/sylpheed-iconset')
-rw-r--r-- | x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild index ec0893468da5..c8fcd424698b 100644 --- a/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild,v 1.1 2002/12/26 17:19:36 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-0.8.7.ebuild,v 1.2 2003/01/08 00:46:58 bcowan Exp $ DESCRIPTION="Iconset for sylpheed-claws" @@ -18,8 +18,8 @@ SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} src_install () { - dodir /usr/share/sylpheed/themes + dodir /usr/share/sylpheed-claws/themes dodoc README rm README - cp -a * ${D}/usr/share/sylpheed/themes + cp -a * ${D}/usr/share/sylpheed-claws/themes } |