summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Destuynder <kang@gentoo.org>2004-07-30 10:11:09 +0000
committerGuillaume Destuynder <kang@gentoo.org>2004-07-30 10:11:09 +0000
commit38ae0518fc1a2a0766eb96033f9d54161c685d74 (patch)
tree230b688e6324b89616ed5342954f2ea909024f1c /net-p2p/hx
parentempty dirs disappearance fixed (bug #53976) (Manifest recommit) (diff)
downloadgentoo-2-38ae0518fc1a2a0766eb96033f9d54161c685d74.tar.gz
gentoo-2-38ae0518fc1a2a0766eb96033f9d54161c685d74.tar.bz2
gentoo-2-38ae0518fc1a2a0766eb96033f9d54161c685d74.zip
small fix
Diffstat (limited to 'net-p2p/hx')
-rw-r--r--net-p2p/hx/hx-0.4.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/hx/hx-0.4.10.ebuild b/net-p2p/hx/hx-0.4.10.ebuild
index bf62b58af154..69936291eb5a 100644
--- a/net-p2p/hx/hx-0.4.10.ebuild
+++ b/net-p2p/hx/hx-0.4.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10.ebuild,v 1.1 2004/07/28 12:25:11 kang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10.ebuild,v 1.2 2004/07/30 10:11:09 kang Exp $
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc"
@@ -37,5 +37,5 @@ src_install() {
dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \
run/hx/hxrc run/hx/hxvars
- dosbin run/hx/bin/hx
+ dobin run/hx/bin/hx
}