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 | 59c670358279888c2db10b4827f0e5960e49fe23 (patch) | |
tree | d74f3cc5dafdf91565780ff7eac5ef4cf00620ae /net-irc/xchat/xchat-2.0.2-r2.ebuild | |
parent | Version bump (diff) | |
download | historical-59c670358279888c2db10b4827f0e5960e49fe23.tar.gz historical-59c670358279888c2db10b4827f0e5960e49fe23.tar.bz2 historical-59c670358279888c2db10b4827f0e5960e49fe23.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" |