diff --git a/net-dns/yaddns/yaddns-1.1.recipe b/net-dns/yaddns/yaddns-1.1.recipe index 87e45425a..7a9a938ea 100644 --- a/net-dns/yaddns/yaddns-1.1.recipe +++ b/net-dns/yaddns/yaddns-1.1.recipe @@ -11,13 +11,12 @@ SOURCE_DIR="yaddns-yaddns-$portVersion" PATCHES="yaddns-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" -if [ "$targetArchitecture" = x86_gcc2 ] +if [ "$targetArchitecture" = x86_gcc2 ]; then SECONDARY_ARCHITECTURES="x86" fi commandBinDir=$binDir -if [ "$targetArchitecture" = x86_gcc2 ] -then +if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi