From 4699b90f04c68ab6364e5826462efbfe835f0a8b Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 30 Oct 2013 17:28:24 -0600 Subject: [PATCH] Fix ares install so it copies binaries instead of wrappers --- net-dns/c_ares/c_ares-1.10.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/c_ares/c_ares-1.10.0.recipe b/net-dns/c_ares/c_ares-1.10.0.recipe index f4c106f53..113c97981 100644 --- a/net-dns/c_ares/c_ares-1.10.0.recipe +++ b/net-dns/c_ares/c_ares-1.10.0.recipe @@ -18,7 +18,7 @@ COPYRIGHT=" 2012 Marko Kreen 2005 Dominick Meglio" LICENSE="MIT" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" @@ -78,7 +78,7 @@ INSTALL() if [ -z "$secondaryArchSuffix" ]; then mkdir -p $binDir - cp -af ahost adig acountry $binDir + cp -af .libs/ahost .libs/adig .libs/acountry $binDir mkdir -p $manDir/man1 cp -af ahost.1 adig.1 acountry.1 $manDir/man1 fi