diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-08 03:48:34 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-08 03:48:34 +0000 |
commit | c6a2068a9ebfb02e5e24256743187ea00413565a (patch) | |
tree | 443f3d81e6427a94805b0f18a7e714564c5ca408 /net-irc | |
parent | removed mosix (for now) (diff) | |
download | historical-c6a2068a9ebfb02e5e24256743187ea00413565a.tar.gz historical-c6a2068a9ebfb02e5e24256743187ea00413565a.tar.bz2 historical-c6a2068a9ebfb02e5e24256743187ea00413565a.zip |
quick hack to fix broken /usr/bin/BitchX link.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.18-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild index 4c78d64f023a..93fee8487f44 100644 --- a/net-irc/bitchx/bitchx-1.0.18-r2.ebuild +++ b/net-irc/bitchx/bitchx-1.0.18-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.4 2001/06/17 00:10:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.18-r2.ebuild,v 1.5 2001/08/08 03:48:34 chadh Exp $ A=ircii-pana-1.0c18.tar.gz S=${WORKDIR}/BitchX @@ -33,6 +33,8 @@ src_install () { try make prefix=${D}/usr install cd ${D}/usr/bin rm -f gtkBitchX + rm -f BitchX + dosym /usr/bin/BitchX-1.0c18 /usr/bin/BitchX chmod -x ${D}/usr/lib/bx/plugins/BitchX.hints cd ${S} |