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/xchat/xchat-2.0.2-r2.ebuild | |
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/xchat/xchat-2.0.2-r2.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |