diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 10:11:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-29 10:11:34 +0000 |
commit | 5694662e470f3b6ca234dbb1f862f3415cd0762b (patch) | |
tree | 5d119fabc4e8008b73069c0a2297607f3a5d8502 /x11-themes/sylpheed-theme | |
parent | SLOT + LICENSE (diff) | |
download | historical-5694662e470f3b6ca234dbb1f862f3415cd0762b.tar.gz historical-5694662e470f3b6ca234dbb1f862f3415cd0762b.tar.bz2 historical-5694662e470f3b6ca234dbb1f862f3415cd0762b.zip |
typo fix
Diffstat (limited to 'x11-themes/sylpheed-theme')
-rw-r--r-- | x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild b/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild index 9455ea89275c..29fa49271ab9 100644 --- a/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild +++ b/x11-themes/sylpheed-theme/sylpheed-theme-2.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-theme/sylpheed-theme-2.ebuild,v 1.1 2002/06/29 09:48:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-theme/sylpheed-theme-2.ebuild,v 1.2 2002/06/29 10:11:34 seemant Exp $ DESCRIPTION="Theme packs for sylpheed and sylpheed-claws and sylpheed-claws-nc" @@ -27,7 +27,7 @@ src_install () { cp -a * ${D}/${THEMEDIR} - rm ${THEMEDIR}/README + rm ${D}/${THEMEDIR}/README dodoc README } |