diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 00:46:58 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-01-08 00:46:58 +0000 |
commit | ba0363664ea0a89acb65279071bb6bd02e72c06a (patch) | |
tree | 6322593b15f8e74370c70213f929fdf94f105fad /x11-themes | |
parent | Now provides virtual/jack (diff) | |
download | gentoo-2-ba0363664ea0a89acb65279071bb6bd02e72c06a.tar.gz gentoo-2-ba0363664ea0a89acb65279071bb6bd02e72c06a.tar.bz2 gentoo-2-ba0363664ea0a89acb65279071bb6bd02e72c06a.zip |
changed default dir
Diffstat (limited to 'x11-themes')
-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 } |