diff options
author | 2003-04-17 22:16:24 +0000 | |
---|---|---|
committer | 2003-04-17 22:16:24 +0000 | |
commit | 9bea36883f478de826e27bacfc461eeaee8f0ddd (patch) | |
tree | 911cc9eb17579518a8e70764883210a88d51c2b0 /net-irc/xchat/xchat-2.0.1.ebuild | |
parent | point src_uri to gentoo mirrors (diff) | |
download | gentoo-2-9bea36883f478de826e27bacfc461eeaee8f0ddd.tar.gz gentoo-2-9bea36883f478de826e27bacfc461eeaee8f0ddd.tar.bz2 gentoo-2-9bea36883f478de826e27bacfc461eeaee8f0ddd.zip |
made a symlink change
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* } |