diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-12 19:33:42 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-12 19:33:42 +0000 |
commit | 38c909c61574555fa3d6fbe1111055816522997b (patch) | |
tree | ba1c6414fdc0bd83324384069b3fa81f4d093cdb /net-misc | |
parent | masking qt-3.0.4.1 (from kde-3.0.1) (diff) | |
download | gentoo-2-38c909c61574555fa3d6fbe1111055816522997b.tar.gz gentoo-2-38c909c61574555fa3d6fbe1111055816522997b.tar.bz2 gentoo-2-38c909c61574555fa3d6fbe1111055816522997b.zip |
changed host invocation, to reflect reorginized net-misc/host
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/xtraceroute/xtraceroute-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/xtraceroute/xtraceroute-0.9.0.ebuild b/net-misc/xtraceroute/xtraceroute-0.9.0.ebuild index e30ad66c688a..dcc0b86485d3 100644 --- a/net-misc/xtraceroute/xtraceroute-0.9.0.ebuild +++ b/net-misc/xtraceroute/xtraceroute-0.9.0.ebuild @@ -25,7 +25,7 @@ src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ - --with-host=/usr/local/bin/host \ + --with-host=/usr/bin/hostx \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" |