diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-10-28 19:16:05 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-10-28 19:16:05 +0000 |
commit | 5fcc931d01ff6593e745c94a667ac86d72853bb4 (patch) | |
tree | d290ed8a5eb601226a1a0f7a7c7f1f48af63fb1b /net-irc/xchat | |
parent | fixes (diff) | |
download | historical-5fcc931d01ff6593e745c94a667ac86d72853bb4.tar.gz historical-5fcc931d01ff6593e745c94a667ac86d72853bb4.tar.bz2 historical-5fcc931d01ff6593e745c94a667ac86d72853bb4.zip |
bugfixen
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/xchat-1.4.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-irc/xchat/xchat-1.4.2.ebuild b/net-irc/xchat/xchat-1.4.2.ebuild index 7831b824f946..fbef3479a633 100644 --- a/net-irc/xchat/xchat-1.4.2.ebuild +++ b/net-irc/xchat/xchat-1.4.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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/xchat/xchat-1.4.2.ebuild,v 1.4 2000/09/15 20:09:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.4.2.ebuild,v 1.5 2000/10/28 19:16:05 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -31,8 +31,6 @@ src_install() { try make prefix=${D}/usr/X11R6 install fi dodoc AUTHORS COPYING ChangeLog NEWS README - #FOR TESTING - mknod ${D}/var/db/pkg/${CATEGORY}/${P}/foo b 4 0 } |