diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-06-08 19:19:27 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-06-08 19:19:27 +0000 |
commit | 68bd86501b70461739ff076d4426d611d8fc3468 (patch) | |
tree | f426c0df6b170240ec9cc959a27f50efcc2f8230 /net-irc | |
parent | Version bump (diff) | |
download | gentoo-2-68bd86501b70461739ff076d4426d611d8fc3468.tar.gz gentoo-2-68bd86501b70461739ff076d4426d611d8fc3468.tar.bz2 gentoo-2-68bd86501b70461739ff076d4426d611d8fc3468.zip |
fix silly typo
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/Manifest | 2 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.2-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest index 45e8d77aad65..eef9dc1c35bf 100644 --- a/net-irc/xchat/Manifest +++ b/net-irc/xchat/Manifest @@ -1,7 +1,7 @@ MD5 e533d379622f911ced2832e22263f31b xchat-2.0.1.ebuild 1982 MD5 5e5d21a6b4e47c04f504c69b4272b029 xchat-1.8.11.ebuild 2285 MD5 d4b23b8ff3dd54a2ca5560884c64bf7f xchat-2.0.0.ebuild 1909 -MD5 ce38270d89eee2d655d607e5346381ec xchat-2.0.2-r2.ebuild 2132 +MD5 38c72021ed0c065d4973a36211d31e19 xchat-2.0.2-r2.ebuild 2130 MD5 d6896c2421454aab5a0cefef7bed9946 xchat-1.8.10-r1.ebuild 2307 MD5 8e80fa1afdfe4876e6c1d9f549bc76b4 ChangeLog 7958 MD5 acbd4afdd7d00bceb3816147eb508e4b files/digest-xchat-2.0.0 64 diff --git a/net-irc/xchat/xchat-2.0.2-r2.ebuild b/net-irc/xchat/xchat-2.0.2-r2.ebuild index d9b197ff450a..199c42bbde6c 100644 --- a/net-irc/xchat/xchat-2.0.2-r2.ebuild +++ b/net-irc/xchat/xchat-2.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r2.ebuild,v 1.2 2003/06/08 13:22:56 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r2.ebuild,v 1.3 2003/06/08 19:19:15 foser Exp $ IUSE="perl tcltk python ssl gtk mmx ipv6" @@ -64,7 +64,7 @@ src_compile() { src_install() { # some magic to create a menu entry for xchat 2 - mv xchat.desktop xchat.desktop.old \ + mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop einstall install || die "Install failed" |