diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2004-07-30 10:11:09 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2004-07-30 10:11:09 +0000 |
commit | 4609948f835f8c724a330676076690271374943d (patch) | |
tree | a2e06f12a4ccccd82f7d28a0a43563b7a6db5744 /net-p2p/hx | |
parent | empty dirs disappearance fixed (bug #53976) (diff) | |
download | historical-4609948f835f8c724a330676076690271374943d.tar.gz historical-4609948f835f8c724a330676076690271374943d.tar.bz2 historical-4609948f835f8c724a330676076690271374943d.zip |
small fix
Diffstat (limited to 'net-p2p/hx')
-rw-r--r-- | net-p2p/hx/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/hx/hx-0.4.10.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest index 960a435b7625..1c9c8b482c94 100644 --- a/net-p2p/hx/Manifest +++ b/net-p2p/hx/Manifest @@ -1,4 +1,4 @@ -MD5 3ab03b47f04c71d27baa9b4f853e6481 hx-0.4.10.ebuild 1113 MD5 2022ca78bc08e2c2d354a0ebf610175a ChangeLog 319 MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459 +MD5 d4dbb806e1485f89d9bb6e3ac9ad74dd hx-0.4.10.ebuild 1112 MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10 64 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 } |