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