diff options
Diffstat (limited to 'net-irc/xchat/xchat-2.0.1.ebuild')
-rw-r--r-- | net-irc/xchat/xchat-2.0.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-irc/xchat/xchat-2.0.1.ebuild b/net-irc/xchat/xchat-2.0.1.ebuild index 328c635dd186..785011f1aed9 100644 --- a/net-irc/xchat/xchat-2.0.1.ebuild +++ b/net-irc/xchat/xchat-2.0.1.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.1.ebuild,v 1.3 2003/03/23 07:45:22 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1.ebuild,v 1.4 2003/04/17 22:16:24 sethbc Exp $ IUSE="perl tcltk python ssl gtk mmx ipv6" @@ -63,5 +63,8 @@ src_install() { einstall install || die "Install failed" + ! has_version "<xchat-2" \ + && dosym /usr/bin/xchat-2 /usr/bin/xchat + dodoc AUTHORS COPYING ChangeLog README* } |